miller/c/containers
2020-12-13 23:58:03 -05:00
..
boxed_xval.h mlrval & mvfuncs to lib dir; autotools/compile 2017-07-31 00:16:13 -04:00
dheap.c moosvar iterate 2016-01-26 22:19:02 -05:00
dheap.h neaten 2017-01-13 18:35:37 -05:00
dvector.c 64-bit dvector 2016-02-17 22:35:23 -05:00
dvector.h 64-bit dvector 2016-02-17 22:35:23 -05: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 internal-coding-error code dedupe 2016-10-14 19:52:13 -04:00
hss.h move manual tests to unit tests: checkpoint 2015-09-11 15:06:44 -04:00
join_bucket_keeper.c mlr join iterate: C/Go testing 2020-12-13 23:58:03 -05:00
join_bucket_keeper.h cli_opts reader/writer split-up (neaten) 2016-08-11 15:11:01 -05:00
lhms2v.c internal-coding-error code dedupe 2016-10-14 19:52:13 -04:00
lhms2v.h xvfuncs iterate: splits 2016-12-06 22:09:11 -05:00
lhmsi.c xvfuncs iterate: splits 2016-12-06 22:09:11 -05:00
lhmsi.h copy lhmsi to lhmsi+lhmsll 2016-10-11 20:40:08 -04:00
lhmsll.c count-distinct --unlashed 2017-05-05 16:42:47 -07:00
lhmsll.h mlr uniq -a -c/-n 2018-02-10 11:46:50 -05:00
lhmslv.c internal-coding-error code dedupe 2016-10-14 19:52:13 -04:00
lhmslv.h deadstrip lhm* clear/remove 2016-01-08 18:06:36 +00:00
lhmsmv.c xvfuncs iterate: splits 2016-12-06 22:09:11 -05:00
lhmsmv.h mlrval & mvfuncs to lib dir; autotools/compile 2017-07-31 00:16:13 -04:00
lhmss.c valgrind findings 2018-10-07 21:54:49 -04:00
lhmss.h lhmsmv in support of bind_stack 2016-05-16 10:18:00 -04:00
lhmsv.c xvfuncs iterate: splits 2016-12-06 22:09:11 -05:00
lhmsv.h xvfuncs iterate: splits 2016-12-06 22:09:11 -05:00
local_stack.c valgrind findings 2017-02-09 18:45:30 -05:00
local_stack.h mlrval & mvfuncs to lib dir; autotools/compile 2017-07-31 00:16:13 -04:00
loop_stack.c internal-coding-error code dedupe 2016-10-14 19:52:13 -04:00
loop_stack.h nested-loop break/continue iterate 2016-05-26 13:24:53 -04:00
lrec.c bug fix in mlr format-values (memory corruption on CSV/TSV) 2020-05-17 22:34:46 -04:00
lrec.h mlr format verb -- feature only, no tests/doc on this commit 2019-09-04 22:08:03 -04:00
Makefile.am mlrval & mvfuncs to lib dir; autotools/compile 2017-07-31 00:16:13 -04:00
Makefile.in autoreconf -fiv 2020-01-26 10:31:43 -05:00
mixutil.c regex inversion for stats1 2017-05-10 08:58:02 -04:00
mixutil.h stats1-across-all iterate 2017-04-30 23:44:06 -04:00
mlhmmv.c remove mlr --jofmt in favor of mlr format-values 2019-09-07 12:39:31 -04:00
mlhmmv.h remove mlr --jofmt in favor of mlr format-values 2019-09-07 12:39:31 -04:00
parse_trie.c AST-reorg iterate 2016-01-24 13:22:44 -05:00
parse_trie.h AST-reorg iterate 2016-01-24 13:22:44 -05:00
percentile_keeper.c mlrval & mvfuncs to lib dir; autotools/compile 2017-07-31 00:16:13 -04:00
percentile_keeper.h mlrval & mvfuncs to lib dir; autotools/compile 2017-07-31 00:16:13 -04:00
README.md doc 2015-05-28 08:40:16 -04:00
rslls.c quote-original iterate 2016-06-21 23:15:34 -04:00
rslls.h xvfuncs iterate: splits 2016-12-06 22:09:11 -05:00
sllmv.c emit-localvar 1st light 2016-11-13 23:00:30 -05:00
sllmv.h mlrval & mvfuncs to lib dir; autotools/compile 2017-07-31 00:16:13 -04:00
slls.c handle CR and/or LF in field-name args following {verb} -f 2020-04-05 22:41:57 -04:00
slls.h fix label verb for overlap between old and new names 2019-09-02 11:33:20 -04:00
sllv.c neaten 2016-10-21 18:40:15 -04:00
sllv.h neaten 2016-10-21 18:40:15 -04:00
top_keeper.c mlrval & mvfuncs to lib dir; autotools/compile 2017-07-31 00:16:13 -04:00
top_keeper.h mlrval & mvfuncs to lib dir; autotools/compile 2017-07-31 00:16:13 -04:00
type_decl.c unset iterate 2020-10-25 23:20:44 -04:00
type_decl.h mlrval & mvfuncs to lib dir; autotools/compile 2017-07-31 00:16:13 -04:00
xvfuncs.c maponly -> mapselect 2017-04-26 07:07:41 -04:00
xvfuncs.h maponly -> mapselect 2017-04-26 07:07:41 -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.