miller/c/containers
2018-01-03 22:42:30 -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 autodetect neaten 2017-02-01 17:46:39 -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 count-distinct --unlashed 2017-05-05 16:42:47 -07: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 xvfuncs iterate: splits 2016-12-06 22:09:11 -05: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 xvfuncs iterate: splits 2016-12-06 22:09:11 -05:00
lrec.h xvfuncs iterate: splits 2016-12-06 22:09:11 -05:00
Makefile.am mlrval & mvfuncs to lib dir; autotools/compile 2017-07-31 00:16:13 -04:00
Makefile.in fix travis build 2018-01-03 22:42:30 -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 doc neaten; fix https://github.com/johnkerl/miller/issues/162 2018-01-01 13:03:27 -05:00
mlhmmv.h mlrval & mvfuncs to lib dir; autotools/compile 2017-07-31 00:16:13 -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 strsep -> strmsep 2017-03-09 22:11:28 -05:00
slls.h fix bug in mlr rename with multiple empty RHS replacements 2017-01-08 23:05:25 -05: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 retval typedecl UT 2016-11-29 22:47:15 -05: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.