pkgsrc/devel/py-bcolz/DESCR
minskim 2845c1d636 devel/py-bcolz: Import version 1.1.2 from pkgsrc-wip
bcolz provides columnar and compressed data containers. Column storage
allows for efficiently querying tables with a large number of
columns. It also allows for cheap addition and removal of column. In
addition, bcolz objects are compressed by default for reducing
memory/disk I/O needs. The compression process is carried out
internally by Blosc, a high-performance compressor that is optimized
for binary data.

Packaged by Kamel Derouiche and updated by me.
2017-10-03 00:43:51 +00:00

7 lines
413 B
Text

bcolz provides columnar and compressed data containers. Column storage
allows for efficiently querying tables with a large number of
columns. It also allows for cheap addition and removal of column. In
addition, bcolz objects are compressed by default for reducing
memory/disk I/O needs. The compression process is carried out
internally by Blosc, a high-performance compressor that is optimized
for binary data.