NCAR / SPERR

SPERR is a lossy scientific (floating-point) data compressor that produces one of the best rate-distortion curves.
Apache License 2.0
19 stars 10 forks source link

Morton #211

Closed shaomeng closed 1 year ago

shaomeng commented 1 year ago

This PR implements a morton buffer for storing integer wavelet coefficients in 3D cases. The purpose is to reduce the cost of random memory access when deciding the significance of a set. Tests show that this change brings about 10% performance improvement.