Skip to content

Commit

Permalink
Updated version history
Browse files Browse the repository at this point in the history
  • Loading branch information
JacksonAllan committed May 27, 2024
1 parent e03a4db commit 2876f01
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cc.h
Original file line number Diff line number Diff line change
Expand Up @@ -514,6 +514,8 @@ Tested with GCC, MinGW, and Clang.
Version history:
27/05/2024 1.1.1: Fixed a bug in map and set that could theoretically cause a crash on rehash (triggerable in testing
using NAME_shrink with a maximum load factor significantly higher than 1.0).
18/03/2024 1.1.0: Replaced the Robin Hood implementations of map and set with Verstable implementations.
Added branch-prediction optimizations.
Improved documentation.
Expand Down

0 comments on commit 2876f01

Please sign in to comment.