summaryrefslogtreecommitdiffstats
path: root/include/hmap.h
Commit message (Expand)AuthorAgeFilesLines
* Update liballocLouis Burda2023-05-131-6/+6
* Make HMAP_ITER macro resistant to user errorLouis Burda2023-05-041-1/+1
* Use sys/types.h for ssize_tLouis Burda2023-04-091-1/+1
* Pop links more efficiently by re-using link**Louis Burda2023-04-061-1/+1
* Add _iter_done to check if iter completedLouis Burda2023-03-311-0/+7
* Compile with -O2 on non-debug buildsLouis Burda2023-03-311-1/+1
* Switch to const * where possibleLouis Burda2023-03-271-12/+12
* Add more types to key/value unionLouis Burda2023-03-241-1/+9
* Rename to hmap and add value union on key sideLouis Burda2023-03-231-0/+108