|
|
|
|
|
by eliasdejong
190 days ago
|
|
Lite³: a binary format encoding JSON documents as a serialized B-tree, making it possible to construct iterators on them directly and query internal fields at indexed speeds. It is still a serialized document (possible to send over a network), though now you don't need to do any parsing, since the document itself is already indexed. https://github.com/fastserial/lite3 |
|