-
- Downloads
[TObjArray] Add GetEntriesUnsafe
GetEntriesFast is not as fast as it could be: it constructs and destructs a TReadLockGuard, and might need to modify fLast. GetEntriesUnsafe is a thread-unsafe version of GetEntriesFast that side-steps these operations when possible.
Please register or sign in to comment