Skip to content
Snippets Groups Projects
  • Enrico Guiraud's avatar
    e2196f0e
    [TObjArray] Add GetEntriesUnsafe · e2196f0e
    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.
    e2196f0e
    History
    [TObjArray] Add GetEntriesUnsafe
    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.