summaryrefslogtreecommitdiffhomepage
path: root/benchmarks/rust_cmap.c
AgeCommit message (Collapse)Author
2021-11-06Updated shootout_hashmaps.cpp. Cleanup/renamed benchmark folders.Tyge Løvset
2021-11-03Changed container_X_get() and container_X_at() to return const value* (or ↵Tyge Løvset
const mapped*). Added container_X_getmut() for mutable version. Updated docs.
2021-11-02Added benchmark to compare with Rust HashMap.Tyge Løvset