summaryrefslogtreecommitdiffhomepage
path: root/examples/others
AgeCommit message (Collapse)Author
2020-12-27Removed MACRO functions in API, like cvec_size(c), cvec_empty(c). Use ↵Tyge Løvset
cvec_X_size(c) etc. Restructured benchmarks / examples.
2020-08-28Added Sparsepp hashmap from Greg to benchmark comparison.tylo
2020-08-19Added hopscotch hashing benchmark.ctylo
2020-08-12Updated robin_hood hash.tylo
2020-06-21Moved examples to examples folder.Tylo