samtupy / nvgt

The Nonvisual Gaming Toolkit
https://nvgt.gg
Other
51 stars 31 forks source link

Added performance enhancements for various functions #32

Closed ethindp closed 4 months ago

ethindp commented 4 months ago

This PR fixes the following clang-tidy warnings, though may fix many others as well as changes are pushed:

Additionally, this rewrites the compression routines to use Poco's InflationInputStream and DeflationInputStream classes.