summaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
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-09tabsTyge Løvset
2020-03-09added cstring_makeTempTyge Løvset
2020-03-09Fixed CString bugsTyge Løvset
2020-03-08CString updateTyge Løvset
Updated cstring mainly. With find and replace functions
2020-03-06Added erase to CVectorTyge Løvset
2020-03-06PrettifyTyge Løvset
2020-03-06Fixed eraseTyge Løvset
2020-03-05tweakTyge Løvset
2020-03-05Update README.mdTyge Løvset
2020-03-05Fix cmap headerTyge Løvset
2020-03-05Update README.mdTyge Løvset
2020-03-05Update README.mdTyge Løvset
2020-03-05Update cmap_test.cTyge Løvset
2020-03-05Renamed from CMap_STR to CMap_StringKeyTyge Løvset
2020-03-05Update README.mdTyge Løvset
2020-03-05Moved some codeTyge Løvset
2020-03-05Update README.mdTyge Løvset
2020-03-05Add files via uploadTyge Løvset
2020-03-05Update README.mdTyge Løvset
2020-03-05Update README.mdTyge Løvset
2020-03-05Explained betterTyge Løvset
2020-03-05ptr fix.Tyge Løvset
2020-03-05Small changeTyge Løvset
2020-03-05Minor bug in descriptionTyge Løvset
2020-03-05Update CVector.hTyge Løvset
renamed declare_CVector_STR --> declare_CStringVector
2020-03-05Changed API a little.Tyge Løvset
2020-03-05Add files via uploadTyge Løvset
2020-03-05UpdateTyge Løvset
2020-03-04Update README.mdTyge Løvset
2020-03-04Update README.mdTyge Løvset
2020-03-04Update README.mcTyge Løvset
2020-03-04Refactoring, cleanup.Tyge Løvset
2020-03-04MinorsTyge 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-04Add files via uploadTyge Løvset
Fixed a bug in the test prog.
2020-03-04More small fixes.Tyge Løvset
2020-03-03A few fixesTyge Løvset