summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)Author
2021-02-14Merge branch 'master' of https://github.com/tylo-work/C99Containers into masterTyge Løvset
2021-02-14Replaced smap.jpgTyge Løvset
2021-02-13Update README.mdTyge Løvset
2021-02-13Merge branch 'master' of https://github.com/tylo-work/C99Containers into masterTyge Løvset
2021-02-13Added benchmark setup and plot script.Tyge Løvset
2021-02-13Update README.mdTyge Løvset
2021-02-13Update README.mdTyge Løvset
2021-02-13Update README.mdTyge Løvset
2021-02-13Replaced default hash for cmap.Tyge Løvset
2021-02-11Update README.mdTyge Løvset
2021-02-11Updated benchmarks, README, two minor API fixes.Tyge Løvset
2021-02-11Updated benchmarksTyge Løvset
2021-02-11Update README.mdTyge Løvset
2021-02-11Update README.mdTyge Løvset
2021-02-11Update README.mdTyge Løvset
2021-02-11Update README.mdTyge Løvset
2021-02-11Added replaced plot.Tyge Løvset
2021-02-10Benchmark image added.Tyge Løvset
2021-02-09added more benchmark code.Tyge Løvset
2021-02-07Internal simplifications. Small optim. in erase_entry.Tyge Løvset
2021-02-07Internal rename.Tyge Løvset
2021-02-06Updated csmap.h to match api of cmap. Updated docs.Tyge Løvset
2021-02-06Some API changes in cmap. Will do for csmap as well.Tyge Løvset
2021-02-06Fixed bug in node_new() and clone() csmap.Tyge Løvset
2021-02-05Yet another bug in csmap.h fixed. SHould be good now.Tyge Løvset
2021-02-05Rewrote to use c_container_of() instead of size_t offset.Tyge Løvset
2021-02-05Upgraded cstr impl.Tyge Løvset
2021-02-04Fixed a minor API mixup, Docs: open addressing/closed hashing..Tyge Løvset
2021-02-04Fixup in API regarding _at() - more consistent.Tyge Løvset
2021-02-04map iter updates.Tyge Løvset
2021-02-04DocsTyge Løvset
2021-02-04Changed return type it iter_t in csmap_X_find() and cmap_X_find() to be consi...Tyge Løvset
2021-02-04Final doc fix.Tyge Løvset
2021-02-04Fix docsTyge Løvset
2021-02-04Some docs.Tyge Løvset
2021-02-04Updated pointer-based impl of csmap_v1.h to fixes of csmap.hTyge Løvset
2021-02-04Removed some unneeded tests.Tyge Løvset
2021-02-04Fixed leak in csmap erase.Tyge Løvset
2021-02-03Fixed README.mdTyge Løvset
2021-02-03Two fixes in csmap. erase: value_del called on wrong node. Forgot calling ske...Tyge Løvset
2021-02-02Merge branch 'master' of https://github.com/tylo-work/C99Containers into masterTyge Løvset
2021-02-02Minor simplify.Tyge Løvset
2021-02-02Update README.mdTyge Løvset
2021-02-02Improved csmap_ex2, and fixed README.md nagging bug.Tyge Løvset
2021-02-02Rewrote unordered map AA-tree csmap.h. Now uses array as memory pool instead ...Tyge Løvset
2021-01-31Fix typos.Tyge Løvset
2021-01-30Internal changes: removed use of cmap_inits and set_inits. Use cmap_x_init() ...Tyge Løvset
2021-01-26Fixed bug in csmap_clear() and in map benchmarks2's. Set picobench output def...Tyge Løvset
2021-01-24Improved cvec cdeq. Must be initied with cvec_X_init() and cdeq_X_init(). Not...Tyge Løvset
2021-01-22Fixed README.md and improved some textTyge Løvset