cmdevries/LMW-tree

Support compressed storage of document vectors

cmdevries opened this issue · 1 comments

After indexing compress document vectors so they can be written out in a compressed binary format.

Delta encode and variable byte sparse vectors.

Use https://github.com/lemire/FastPFOR.

Ping me if you want to discuss it further.