Skip to content

v0.3.0

Compare
Choose a tag to compare
@Tessil Tessil released this 22 Jul 13:02
· 64 commits to master since this release
1ed9722
  • Clean-up the buckets marked as deleted when their number is too high.
  • Bug correction, when all the buckets are marked as deleted, the insert method loop forever. Correct the exit condition.
  • Fix issue #1, when a hash table was full of buckets marked as deleted or containing a value (no free bucket), the find and erase operations would loop forever. Same origin as the problem above.
  • Reduce the maximum max_load_factor that can be set to 0.8f instead of 0.9f (and the minimum to 0.1f).
  • Bug correction, set a moved hash map/set in a valid state so that it can still be used even after a move (#3).