summaryrefslogtreecommitdiffhomepage
path: root/cmap.h
AgeCommit message (Collapse)Author
2020-03-11NEW APItylo
2020-03-11New API: c_tylo
2020-03-11Renamed cdef.h to cdefs.h including symbols inside.tylo
2020-03-11Merge branch 'master' of https://github.com/tylo-work/C99Containerstylo
2020-03-10Add files via uploadTyge Løvset
Minor
2020-03-10Benchmark and speedupTyge Løvset
Added benchmark.cpp and did a speedup trick in cmap
2020-03-10Whitespacestylo
2020-03-10Merge branch 'master' of https://github.com/tylo-work/C99Containerstylo
# Conflicts: # cmap.h
2020-03-10Fix mapTyge Løvset
Swaps inuse buckets with tombstones if possibe when used
2020-03-10Fixed map lookup speed. small bug.Tyge Løvset
2020-03-09map fixesTyge Løvset
Fixed maxLoadFactor and added hash map reduce on initial hash, faster.
2020-03-09fast_reducetylo
2020-03-09Minortylo
2020-03-09Added a few features.tylo
2020-03-08CString updateTyge Løvset
Updated cstring mainly. With find and replace functions
2020-03-06PrettifyTyge Løvset
2020-03-06Fixed eraseTyge Løvset
2020-03-05tweakTyge Løvset
2020-03-05Fix cmap headerTyge Løvset
2020-03-05Renamed from CMap_STR to CMap_StringKeyTyge Løvset
2020-03-05Add files via uploadTyge Løvset
2020-03-05Add files via uploadTyge Løvset
2020-03-04Refactoring, cleanup.Tyge Løvset
2020-03-04Added untouched to map Entry: can be inspected to see if a put updated a ↵Tyge Løvset
value or not.
2020-03-04Fixed a flaw with put.Tyge Løvset
2020-03-03A few fixesTyge Løvset
2020-03-03Initial uploadTyge Løvset