summaryrefslogtreecommitdiff
path: root/tests/map.c
AgeCommit message (Collapse)Author
2025-10-16use different iteration values for test/benchHEADmasterKimplul
+ Regular tests are pretty darn slow with valgrind on certain virtual machines, speed them up a bit
2025-10-16reimplement maps to use new spvecsKimplul
+ Performance is roughly the same as before, but memory usage is now *way* down, and shouldn't explode out of control if a bas hash is used.
2025-08-22cover all functionsKimplul
+ Not quite all lines due to sptree being dumb >:(((((
2025-08-22use covsrv for coverage testingKimplul
2025-03-22fix map iterationKimplul
2025-03-22make map fasterKimplul
2024-10-27add mapKimplul