| Age | Commit message (Collapse) | Author |
|
|
|
|
|
for cvec, cdeq, cptr and clist.
|
|
stc64_rand().
|
|
|
|
|
|
Highly optimized generation of unbiased uniform bounded random numbers. Only 33% overhead.
|
|
unbiased. Removed 32-bit pcg32 PRNG.
|
|
|
|
|
|
|
|
https://gist.github.com/tylov/bcc956a4779f1d14204e66a14f17beb9
All examples are reverted to use printf() instead of c_print().
|
|
|
|
|
|
change again.
|
|
<container>_destroy() to <container>_del.
|
|
using_<container>(..).
|
|
|
|
second. for result and value types.
|
|
|
|
|
|
conformance with std::pair
|
|
|
|
|
|
alias of emplace() because it makes no sense using the std::unordered_map API.
|
|
|
|
|
|
<container>_init() method.
Reverted name cprique back to cpqueue.
|
|
cvec, clist, cmap. Added c_init() and c_destroy() generic algoritms on containers.
|
|
|
|
|