manu-cli
:
- add
merge
command to merge multiple manu files into a single file - add
--write
flag toread
command, to fix broken WAL entries
manu-format
:
- use WAL mode in SQLite for faster writes
- return IDs in bulk add operation to avoid need for subsequent fetch
manu-cli
:
- fetch names in bulk for faster reads
all: support "sparse" files, where not all keys have records
manu-format
:
- support declaring a sentinel value that signals null
- support variable length size field
- ~4x better space use for fields with a single datapoint
- fix incorrect decoding of lossily encoded data
manu-cli
: read
is faster, support null fields
manu-serve
: support null fields
manu-serve
works.
manu-serve
and manu-cli
are published as self-executable uberjars.
Initial release, manu-format
and manu-cli
work.