-
- Downloads
An error occurred while fetching merge requests data.
[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.
Loading
Please register or sign in to comment