Fantom-foundation / Sonic

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

Add multi-threaded gzip compression/decompression #131

Closed jmpike closed 5 months ago

jmpike commented 5 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.