| Age | Commit message (Collapse) | Author |
|
c++ unordered_maps.
|
|
https://gist.github.com/tylov/bcc956a4779f1d14204e66a14f17beb9
All examples are reverted to use printf() instead of c_print().
|
|
|
|
|
|
|
|
formats. c_timef() renamed to c_ftime().
|
|
|
|
|
|
change again.
|
|
|
|
|
|
<container>_destroy() to <container>_del.
|
|
using_<container>(..).
|
|
|
|
|
|
second. for result and value types.
|
|
|
|
|
|
conformance with std::pair
|
|
|
|
|
|
<container>_init() method.
Reverted name cprique back to cpqueue.
|
|
|
|
|
|
API change.
|
|
|
|
|
|
|
|
|
|
|
|
missed
|
|
|
|
|
|
|
|
|
|
compilers without intrinsics.
|
|
and has seq (sequence, jump) for multiple threads. Cleanup.
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
_front() and _back() signatures.
|
|
Fixed examples.
|
|
|
|
|
|
Renamed cstring.h -> cstr.h, cvector.h -> cvec.h
|