miller/c/containers
2015-10-04 22:59:29 -04:00
..
dheap.c neaten 2015-09-30 06:58:37 -04:00
dheap.h move manual tests to unit tests: checkpoint 2015-09-11 17:38:11 -04:00
header_keeper.c merge 2015-08-22 14:22:33 -04:00
header_keeper.h neaten 2015-08-15 10:15:50 -07:00
hss.c neaten 2015-10-03 10:49:23 -04:00
hss.h move manual tests to unit tests: checkpoint 2015-09-11 15:06:44 -04:00
join_bucket_keeper.c subpackage-dependency-DAG iterate 2015-09-23 09:08:34 -04:00
join_bucket_keeper.h subpackage-dependency-DAG iterate 2015-09-23 09:08:34 -04:00
lhms2v.c neaten 2015-10-03 10:49:23 -04:00
lhms2v.h move manual tests to unit tests: checkpoint 2015-09-11 15:25:06 -04:00
lhmsi.c neaten 2015-10-03 10:49:23 -04:00
lhmsi.h neaten 2015-10-03 10:41:06 -04:00
lhmslv.c neaten 2015-10-03 10:49:23 -04:00
lhmslv.h move manual tests to unit tests: checkpoint 2015-09-11 17:07:30 -04:00
lhmss.c neaten 2015-10-03 10:49:23 -04:00
lhmss.h move manual tests to unit tests: checkpoint 2015-09-11 18:37:04 -04:00
lhmsv.c neaten 2015-10-03 10:49:23 -04:00
lhmsv.h move manual tests to unit tests: checkpoint 2015-09-11 19:25:20 -04:00
lrec.c neaten 2015-10-04 22:59:29 -04:00
lrec.h neaten 2015-10-01 17:08:09 -04:00
Makefile.am remove cyclic subpackage dependencies 2015-09-23 20:24:39 -04:00
mixutil.c neaten 2015-10-03 10:00:05 -04:00
mixutil.h neaten 2015-10-03 10:00:05 -04:00
mlr_dsl_ast.c neaten 2015-10-03 11:05:40 -04:00
mlr_dsl_ast.h subpackage-dependency-DAG iterate 2015-09-23 09:30:33 -04:00
parse_trie.c [read-performance iterate] ring-buffer complete 2015-09-07 22:21:06 -04:00
parse_trie.h neaten 2015-09-30 06:58:37 -04:00
percentile_keeper.c neaten 2015-10-03 11:05:40 -04:00
percentile_keeper.h move manual tests to unit tests: checkpoint 2015-09-11 18:05:42 -04:00
README.md doc 2015-05-28 08:40:16 -04:00
slls.c neaten 2015-10-01 17:08:09 -04:00
slls.h wrap strdup 2015-09-30 08:30:54 -04:00
sllv.c neaten 2015-09-30 09:32:22 -04:00
sllv.h neaten 2015-09-30 09:32:22 -04:00
top_keeper.c neaten 2015-10-03 11:05:40 -04:00
top_keeper.h move manual tests to unit tests: checkpoint 2015-09-11 17:59:04 -04:00

Miller containers

These are generally very standard and simple programming-exercise kinds of things. There is some duplication of simple hash-map logic by key and value types: this is plain C with no templates or generics and I didn't want to do preprocessor tricks to reduce line count at the expense of code clarity.