miller/c/containers/README.md
John Kerl f18bd466e2 doc
2015-05-28 08:40:16 -04:00

6 lines
322 B
Markdown

# 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.