mtbl

Library for creating and querying immutable sorted string tables

brewmacoslinux
Try with needOr install directly
Source

About

Immutable sorted string table library

Examples

create a sorted string table from key-value pairs$ mtbl_writer output.mtbl < input.txt
read and dump contents of a string table file$ mtbl_dump output.mtbl
merge multiple sorted string table files together$ mtbl_merger -o merged.mtbl table1.mtbl table2.mtbl
look up a key in a string table$ mtbl_get output.mtbl keyname
verify integrity of a string table file$ mtbl_verify output.mtbl