summaryrefslogtreecommitdiffhomepage
path: root/examples/mapmap.c
AgeCommit message (Collapse)Author
2020-09-07Added back cmap insert()tylo
2020-09-06Renamed push_****(), _insert() to _emplace(). added insert_or_assign(), etc.Tyge Løvset
2020-09-03Changed constant <container>_init to <container>_ini to avoid conflict with ↵Tyge Løvset
<container>_init() method. Reverted name cprique back to cpqueue.
2020-08-29Cleanup and fix mapmap example.Tyge Løvset
2020-08-28Finished adding RawValue API (convertable values) to containers.tylo
2020-07-30Small tweak.Tyge Løvset
2020-07-30Various cleanup of examples and READM.md. Added support for popcount on ↵Tyge Løvset
compilers without intrinsics.
2020-07-27API CHANGES: Made types all lower case. E.g.: CMap_<tag> => cmap_<tag>, ↵Tyge Løvset
CList_<tag> => clist_<tag>. Note: CStr => cstr_t, CBitset => cbitset_t
2020-07-27Renamed cmap_xx_at() to cmap_xx_insert(). Does insert like c++ ↵Tyge Løvset
std::map::insert(), rust HashMap::insert() Updated cstr_hashRaw() to djb2() algorithm.
2020-07-22Renamed CArray to CArr. Renamed cmap_xx_get() to cmap_xx_find(). Changed ↵Tyge Løvset
_front() and _back() signatures.
2020-07-17Renamed chash.h to cmap.h and added cset.hTyge Løvset
2020-07-16API CHANGES: CHash now splitted to CMap / CSet, still in chash.h header. ↵Tyge Løvset
Renamed cstring.h -> cstr.h, cvector.h -> cvec.h