That3Percent / tree-buf

An experimental serialization system written in Rust
MIT License
256 stars 8 forks source link

Add Zfp compression #3

Closed That3Percent closed 4 years ago

That3Percent commented 4 years ago

Added zfp in Swapped Gorilla for zfp - regression, but no panic; Disable RLE

This is a regression in both size and speed. The speed regression is likely because of the compilation flags in zfp-sys-cc being non-optimial and probably not using SIMD. But, this is a necessary regression until the problems with Gorilla can be worked out.