Best Compression algorithm for a sequence of integers

前端 未结 15 1630
离开以前
离开以前 2020-11-29 16:41

I have a large array with a range of integers that are mostly continuous, eg 1-100, 110-160, etc. All integers are positive. What would be the best algorithm to compress thi

15条回答
  •  刺人心
    刺人心 (楼主)
    2020-11-29 17:35

    TurboPFor: Fastest Integer Compression

    • for C/C++ including Java Critical Natives/JNI Interface
    • SIMD accelerated integer compression
    • Scalar + Integrated (SIMD) differential/Zigzag encoding/decoding for sorted/unsorted integer lists
    • Full range 8/16/32/64 bits interger lists
    • Direct access
    • Benchmark app

提交回复
热议问题