Commit Graph

3 Commits

Author SHA1 Message Date
a6f6d7dbec Fixed multiple bugs in hashmap implementation.
Some checks failed
gcc-build / gcc-build (push) Has been cancelled
clang-build / clang-build (push) Has been cancelled
1. Fixed infinite loop issue that occurred when map was full of
   tombstones;
2. Fixed bug related to tombstone count decrement when adding a new
   key on a deleted slot;
3. Added proper map resize when keys are added or removed;
4. Fixed inconsistent error messages;
5. Added proper NULL check on map_remove method.
2025-11-25 10:58:30 +01:00
c658c93182 Fixed minor bugs and added documentation for big integers 2025-11-18 11:28:43 +01:00
1293006eba Updated documentation 2025-11-10 10:49:23 +01:00