summaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
2020-08-30Update README.mdTyge Løvset
2020-08-30Renamed cstr_destr to cstr_mdestroy(). Added a few more examples.Tyge Løvset
2020-08-30Added cstr_destr(...) for destroying multiple cstr_t at once.Tyge Løvset
2020-08-30Fixed an important bug in cstr.h append().Tyge Løvset
2020-08-30Merge branch 'master' of https://github.com/tylo-work/C99Containers into masterTyge Løvset
2020-08-30Minors added.Tyge Løvset
2020-08-30Minors.Tyge Løvset
2020-08-29Cleanup and fix mapmap example.Tyge Løvset
2020-08-29Updated crandom.h API! update to benchmark.c . Optimized cmap iter.Tyge Løvset
2020-08-28Some smaller fixes and cleanup.Tyge Løvset
2020-08-28Update README.mdTyge Løvset
2020-08-28Update README.mdTyge Løvset
2020-08-28Added Sparsepp hashmap from Greg to benchmark comparison.tylo
2020-08-28Finished adding RawValue API (convertable values) to containers.tylo
2020-08-27Renamed API functions.Tyge Løvset
2020-08-26Minor optimizations.Tyge Løvset
2020-08-26Updated benchmark. Some improvements in cmap iterator. cmap_try_emplace() ↵Tyge Løvset
API change.
2020-08-26Forgot a tiny "detail" in clist.h. Added example words.ctylo
2020-08-26Added valueFromRaw template parameter to cvec and clist. Affects generic ↵tylo
c_push(). Removed warnings cmap and cstr.
2020-08-19Minor cleanup.tylo
2020-08-19Added hopscotch hashing benchmark.ctylo
2020-08-18Removed two easy-to-misuse cstr functions, and fixed missing ↵tylo
null-termination in pop_back(); Changed API for cstr_find(), and made a general c_strnstr() function.
2020-08-17Fixed bug in README.md cstr_t demo.Tyge Løvset
cstr_assign_s() / cstr_append_s() COPIES the input stream, so don't use cstr_make(). Meant to take owned cstr_t only!
2020-08-17Update README.mdTyge Løvset
2020-08-17fixed carray example.Tyge Løvset
2020-08-16Merge branch 'master' of https://github.com/tylo-work/C99Containers into masterTyge Løvset
2020-08-16Update benchmark.cTyge Løvset
2020-08-16Update benchmark.cTyge Løvset
2020-08-16Simplified benchmark.cTyge Løvset
2020-08-16Merge branch 'master' of https://github.com/tylo-work/C99Containers into masterTyge Løvset
2020-08-16Merge branch 'master' of https://github.com/tylo-work/C99Containers into masterTyge Løvset
2020-08-16Merge branch 'master' of https://github.com/tylo-work/C99Containers into masterTyge Løvset
2020-08-16Merge branch 'master' of https://github.com/tylo-work/C99Containers into masterTyge Løvset
2020-08-16Merge branch 'master' of https://github.com/tylo-work/C99Containers into masterTyge Løvset
2020-08-16Update README.mdTyge Løvset
2020-08-16Update README.mdTyge Løvset
2020-08-16Merge branch 'master' of https://github.com/tylo-work/C99Containers into masterTyge Løvset
2020-08-16Update README.mdTyge Løvset
2020-08-16Update README.mdTyge Løvset
2020-08-16Update README.mdTyge Løvset
2020-08-16Merge branch 'master' of https://github.com/tylo-work/C99Containers into masterTyge Løvset
2020-08-16Fixed comparison in inits.c. Added iterator in bits.c example.Tyge Løvset
2020-08-16Update README.mdTyge Løvset
2020-08-14Fixed cbitset iter.tylo
2020-08-14Added iterator to cbitset.Tyge Løvset
2020-08-14Some cleanups.Tyge Løvset
2020-08-12Updated robin_hood hash.tylo
2020-08-11Added visual studio _umul128() declaration in crandom.hTyge Løvset
2020-08-11Fixed two bugs: 1) hash16 not to be used for string. 2) cstr_from(): va_copy ↵tylo
missed
2020-08-10Small.Tyge Løvset