1. 12 Feb, 2024 1 commit
  2. 07 Feb, 2024 1 commit
  3. 18 Sep, 2023 1 commit
  4. 07 Aug, 2023 1 commit
  5. 02 Aug, 2023 3 commits
  6. 01 Aug, 2023 8 commits
  7. 31 Jul, 2023 3 commits
  8. 27 Jul, 2023 2 commits
  9. 26 Jul, 2023 3 commits
  10. 25 Jul, 2023 2 commits
  11. 21 Jul, 2023 1 commit
  12. 20 Jul, 2023 1 commit
    • Add a special case for erase(begin(), end()) to reset the control bytes. The… · 9f1dcc70
      Add a special case for erase(begin(), end()) to reset the control bytes. The motivation is to avoid potentially expanding the table unnecessarily later.
      
      Note: I prefer doing this as a special case in erase(iterator, iterator) rather than special casing erase(iterator) for size==1 because IIUC that changes the time complexity of erase(iterator) from O(1) to O(N) and in pathological cases, it could change loops from O(N) to O(N^2).
      PiperOrigin-RevId: 549661855
      Change-Id: I8603324260f51a98809db32f840ff09f25cf2481
      Evan Brown committed
  13. 19 Jul, 2023 1 commit
  14. 18 Jul, 2023 1 commit
  15. 17 Jul, 2023 2 commits
  16. 14 Jul, 2023 1 commit
  17. 13 Jul, 2023 2 commits
  18. 11 Jul, 2023 3 commits
  19. 10 Jul, 2023 2 commits
  20. 08 Jul, 2023 1 commit