-
Enrico Guiraud authored
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.
Enrico Guiraud authoredGetEntriesFast 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.