Commit Graph

6 Commits

Author SHA1 Message Date
6cd90467c6 General refactoring 2026-01-07 11:08:53 +01:00
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
4240f5db66 Started 'bigint_t' implementation 2025-11-10 16:23:50 +01:00
fafbd0bc51 Completed hash map implementation 2025-11-01 17:25:05 +01:00
3859628a23 Started hash map implementation 2025-10-25 17:27:12 +02:00