Skip to content
Snippets Groups Projects
  1. Jun 04, 2018
  2. May 03, 2018
  3. Jan 31, 2018
  4. Dec 07, 2017
    • Philippe Canal's avatar
      Speed-up RW unlocking. · 65d89d16
      Philippe Canal authored
      Avoid to search 'again' for the thread local information (the reader count)
      in the Unlock when we already did in the lock and we have good way to
      pass it from one to the other (The LockGuard)
      65d89d16
  5. Nov 06, 2017
  6. Sep 26, 2017
  7. Sep 25, 2017
  8. Sep 05, 2017
    • Enrico Guiraud's avatar
      [IMT] Add TThreadedObject::GetAtSlotRaw · a77dc026
      Enrico Guiraud authored
      Compared to `GetAtSlotUnchecked`, `GetAtSlotRaw` trades some more
      safety for some more performance: not only it avoids checking for
      slot initialization (as `GetAtSlotUnchecked` does) but it also avoids
      construction of a `shared_ptr`.
      a77dc026
  9. Aug 31, 2017
  10. Jul 14, 2017
  11. Jul 12, 2017
  12. Jul 10, 2017
  13. Jun 29, 2017
  14. May 09, 2017
  15. Mar 24, 2017
  16. Mar 07, 2017
  17. Feb 27, 2017
  18. Feb 23, 2017
  19. Feb 16, 2017
  20. Feb 08, 2017
  21. Jan 31, 2017
Loading