dblalock/bolt

Revert compressed vectors

cTatu opened this issue · 1 comments

cTatu commented

Hi, I would like to use the library just to to compress/uncompress large numpy arrays in order to send them faster through the network.
Can it be done?

ThanksQ

You could, although personally I would recommend Apache Feather or Parquet for that. It's much more robust software and you'll also get more compression options.

https://github.com/dblalock/sprintz/blob/a056cdb67d049669875ab5487359aca99ae873ea/python/dfset.py#L473