SciQLop / CDFpp

A modern C++ header only cdf library with Python bindings
MIT License
9 stars 4 forks source link

Switches to libdeflate by default and some cleanups #13

Closed jeandet closed 1 year ago

jeandet commented 1 year ago

Zlib module was doing way more than necessary. Inflated size is known so we don't need a stream decompression approach. Python wrapper is build into it's package folder now.