summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Collapse)Author
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-10-16add stable vectorKimplul
+ Allows references to elements to be stable over insertion + Doesn't implement all of the regular vec interface at the moment and requires slightly different iteration handling unfortunately, but maybe it's not too bad?
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
2025-01-05remember to free nodes in sptreeKimplul
2024-10-27add mapKimplul
2024-10-27initial containersKimplul