summaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
2021-01-01Update cptr_api.mdTyge Løvset
2021-01-01Update cptr_api.mdTyge Løvset
2021-01-01Update cptr_api.mdTyge Løvset
2021-01-01Merge branch 'master' of https://github.com/tylo-work/C99Containers into masterTyge Løvset
2021-01-01Update set image/descr.Tyge Løvset
2021-01-01Update cmap_api.mdTyge Løvset
2021-01-01Update cdeq_api.mdTyge Løvset
2021-01-01Update cvec_api.mdTyge Løvset
2021-01-01More images.Tyge Løvset
2021-01-01Added bitset imageTyge Løvset
2021-01-01Added some more clist info.Tyge Løvset
2021-01-01Image and docs improvements.Tyge Løvset
2021-01-01Merge branch 'master' of https://github.com/tylo-work/C99Containers into masterTyge Løvset
2021-01-01Small API change in bitsetTyge Løvset
2021-01-01Update cmap_api.mdTyge Løvset
2021-01-01Update cmap_api.mdTyge Løvset
2020-12-31Internal only.Tyge Løvset
2020-12-31Last update of pict.Tyge Løvset
2020-12-31Updated vec pict.Tyge Løvset
2020-12-31Updated picsTyge Løvset
2020-12-31Updated imagesTyge Løvset
2020-12-31Fixed linksTyge Løvset
2020-12-31Merge branch 'master' of https://github.com/tylo-work/C99Containers into masterTyge Løvset
2020-12-31Added images.Tyge Løvset
2020-12-31Update carray_api.mdTyge Løvset
2020-12-31Update carray_api.mdTyge Løvset
2020-12-31Update cqueue_api.mdTyge Løvset
2020-12-31Update cptr_api.mdTyge Løvset
2020-12-31Updated picture.Tyge Løvset
2020-12-31Update pic.Tyge Løvset
2020-12-31Added picture.Tyge Løvset
2020-12-31Typo.Tyge Løvset
2020-12-31Added links to documentation of similar C++ classes.Tyge Løvset
2020-12-31More doc fixing.Tyge Løvset
2020-12-31Some minor touches.Tyge Løvset
2020-12-30Fixed memory leak in cvec_X_resize and cdeq_X_resize. Removed macros ↵Tyge Løvset
cdeq_size, cdeq_capacity, cdeq_empty. Use the cvec_X_* names instead.
2020-12-30Some more opts.Tyge Løvset
2020-12-30API change: Swapped destroy <-> compare function args in using_*() macros ↵Tyge Løvset
for cvec, cdeq, cptr and clist.
2020-12-29Another optimization on cdeq. Updated cdeq_benchmark.cppTyge Løvset
2020-12-29Optimized cdeq push_back/push_front performance.Tyge Løvset
2020-12-28Added PCG for comparison.Tyge Løvset
2020-12-28Fixed broken link in README.mdTyge Løvset
2020-12-28Reverted crand.h API back to rename crand_* to stc64_*, and crand_next() -> ↵Tyge Løvset
stc64_rand().
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-12-21Added another benchmark.Tyge Løvset
2020-12-21Added cdeq benchmarkTyge Løvset
2020-12-21Added some benchmarks. Fix typo in cdeq.hTyge Løvset
2020-12-21Optimized cdeq_X_insert_range. Added crand_uniform_fast() method (slightly ↵Tyge Løvset
biased for very large ranges only).
2020-12-19Updated some docs. Small optim. when erasing n from front.Tyge Løvset
2020-12-19Added link to cdeq docs.Tyge Løvset