summaryrefslogtreecommitdiffhomepage
path: root/misc/examples/smartpointers
AgeCommit message (Collapse)Author
2023-08-11Finalized converting to i_use_cmp (vs i_no_cmp)tylov
2023-08-10Update template.h - also renamed i_cmp_native => i_use_cmpTyge Løvset
2023-07-28Improved crand docs and commented out the irrelevant 32-bit variants in the ↵tylov
benchmark.
2023-07-26Added cmap_emplace_key() / csmap_emplace_key()tylov
More docs.
2023-07-23- algo/sort.h: Use plural form of i_key (or i_val) to define default name ↵tylov
for sort, like: <i_key>s_sort_n(data, n). - Updated some examples.
2023-07-21NB! Changed some coroutine API for consistency/simplicity: Added full task ↵tylov
support.
2023-07-20Moved examples to sub-directories. Added cotask1.c cotask2.c examples.tylov