diff options
Diffstat (limited to 'math/py-pcodec/pkg-descr')
-rw-r--r-- | math/py-pcodec/pkg-descr | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/math/py-pcodec/pkg-descr b/math/py-pcodec/pkg-descr new file mode 100644 index 000000000000..06a7d6791466 --- /dev/null +++ b/math/py-pcodec/pkg-descr @@ -0,0 +1,10 @@ +Pcodec (or Pco) losslessly compresses and decompresses numerical sequences with +high compression ratio and moderately fast speed. + +Use cases include: +- columnar data +- long-term time series data +- serving numerical data to web clients +- low-bandwidth communication + +Data types: u16, u32, u64, i16, i32, i64, f16, f32, f64 |