Commit Graph

5 Commits

Author SHA1 Message Date
5aa15f2276 Fixed multiple bugs in hashmap implementation.
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 14:16:32 +01:00
9e419d09ac Added unit tests for BigInt data type and updated docs 2025-11-17 17:12:46 +01:00
50abb79be1 Added README.md and LICENSE files 2025-11-06 12:16:27 +01:00
196082919a Fixed issue related to unit tests 2025-11-05 15:45:12 +01:00
bc36a4c7e1 Added unit tests for Map data type and fixed other issues 2025-11-05 15:27:58 +01:00