summaryrefslogtreecommitdiffhomepage
path: root/examples/priority.c
AgeCommit message (Expand)Author
2020-12-28Reverted crand.h API back to rename crand_* to stc64_*, and crand_next() -> s...Tyge Løvset
2020-12-17Renamed cpqueue (priority queue) container to cpque.Tyge Løvset
2020-12-16Renamed crandom to crand, including renaming of relevant files.Tyge Løvset
2020-12-16Reverted back API to easier naming scheme of crandom.h types and methods.Tyge Løvset
2020-12-14Reworked the crandom.h module. Changed API (sorry!), made uniform distr. unbi...Tyge Løvset
2020-11-26Removed stc/cfmt.h, as _Generic requires C11. I have made it a gist: https://...Tyge Løvset
2020-10-26Updates examples using cfmt.h c_print().Tyge Løvset
2020-09-20Added c_foreach (i,N) and c_foreach (N), and updated README.mdTyge Løvset
2020-09-20converted to c_forrange().Tyge Løvset
2020-09-18Changed <container>_ini macro constant to <container>_INIT, and <container>_d...Tyge Løvset
2020-09-17Fixed range methods in cvec, and renamed typename_<container>(..) to using_<c...Tyge Løvset
2020-09-16Changed earlier declare_<container>(..) macro to typedef_<container>(..)Tyge Løvset
2020-09-16Renamed two public macros.Tyge Løvset
2020-09-15Simplified declare_ statement e.g. c_cmap(...)Tyge Løvset
2020-09-15New API Change.Tyge Løvset
2020-09-14Got rid of c_items() macro.Tyge Løvset
2020-09-13reverted back to separate random engine and distribution parameters.Tyge Løvset
2020-09-03Changed constant <container>_init to <container>_ini to avoid conflict with <...Tyge Løvset
2020-09-02Added cqueue.h, cstack.h and renamed cpqueue.h to cprique.hTyge Løvset
2020-09-02Added cqueue.h and cstack.h adapters. Updated cpqueue.h API to be more consis...Tyge Løvset
2020-09-02Updated pqueue_top() API. Added c_destroy() also working for cstr, cbitmap.Tyge Løvset
2020-09-02Rewrote cpqueue to a real adapter class. Added some missing functions in cvec...Tyge Løvset
2020-08-30Minors added.Tyge Løvset
2020-08-29Updated crandom.h API! update to benchmark.c . Optimized cmap iter.Tyge Løvset
2020-08-28Some smaller fixes and cleanup.Tyge Løvset
2020-08-05Some API changes in crandom. Added crandom_normal_f64() - normal distributed ...Tyge Løvset
2020-08-01Renamed files cvec_pq.h --> cpqueue.h and crand.h --> crandom.hTyge Løvset
2020-07-30Renamed cvecpq.h to cvec_pq.h and changed API. Added pqueue initialization ex...Tyge Løvset
2020-07-29Changed rand.h API. Using my own 64-bit random function, not sfc64: Faster an...Tyge Løvset
2020-07-29Renamed crandom.h to crand.h + Changed API. Renamed coptget.h to copt.h.Tyge Løvset
2020-07-27Changed crandom.h APITyge Løvset
2020-07-27API CHANGES: Made types all lower case. E.g.: CMap_<tag> => cmap_<tag>, CList...Tyge Løvset
2020-07-27Renamed cmap_xx_at() to cmap_xx_insert(). Does insert like c++ std::map::inse...Tyge Løvset
2020-07-23Changed cvecpq.h priority queue API and crandom.h APITyge Løvset
2020-07-22Add some examples.Tyge Løvset