Files
datum/docs
Marco Cetica bbae7c587e
Some checks failed
clang-build / clang-build (push) Has been cancelled
gcc-build / gcc-build (push) Has been cancelled
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 12:11:26 +01:00
..

Documentation

In this folder you can find the technical documentation of the Datum library as well as practical details on how to use it efficiently and safely.

At the time being, this documentation includes the following pages: