New release of the JavaFastPFOR library (0.3.2). It is the fastest Java library to compress arrays of integers at gigabytes per second. It used in production systems. The main new feature are a set of functions called maxHeadlessCompressedLength which can be used to estimate the size of the compressed array. github.com/fast-pack/JavaFas… credit @piotrrzysko

Oct 4, 2025 · 2:42 AM UTC

2
5
40
Replying to @lemire
I wonder if this method could also be used to do online pointcloud data compression and decompression, in order to save transportation time.
Please try it out. :-)
1
1
Replying to @lemire
Nice release, how does it behave on skewed distributions and small arrays in production, though?