Fantom-foundation / Sonic

go-opera fork for Carmen and Tosca integration
GNU Lesser General Public License v3.0
14 stars 16 forks source link

Add multi-threaded gzip compression/decompression #131

Closed jmpike closed 3 months ago

jmpike commented 3 months ago

Adds a fully compatible replacement for the standard "compress/gzip" library. The newly added dependency allows parallel compression/decompression of the genesis files. See https://github.com/klauspost/pgzip for a reference and performance benchmarks.