| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
CList_<tag> => clist_<tag>. Note: CStr => cstr_t, CBitset => cbitset_t
|
|
std::map::insert(), rust HashMap::insert()
Updated cstr_hashRaw() to djb2() algorithm.
|
|
<container>_<tag>_init(void) function.
|
|
|
|
|
|
|
|
<container>_<tag>_init(void) functions.
|
|
|
|
|
|
_front() and _back() signatures.
|
|
now means how many there actually can be filled with.
|
|
|
|
Fixed examples.
|
|
|
|
|
|
|
|
and Set. Second arg in declare_CHash() should be 'set' or 'map'.
Refactored copt.h to be more consistent with other types.
Added cvector_make(size, fillvalue) constructor.
|
|
Cleanup white spaces and comments/examples.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
part of the bucket. Good speed increase and lower memory usage.
|
|
|
|
|
|
hash function input.
|
|
|
|
|
|
|
|
STC_HEADER or STC_IMPLEMENTATION when using extern linkage.
Fixed a few bugs.
|
|
|
|
|
|
|
|
Added clist - single linked list with fast sorting.
Refactoring.
|
|
- Changed include folder name to stc - library name
- Bug fix, memory leak in map values when overwritten.
- Improvements in API
|
|
|