Davidah121 / SMPL

A static C++ library that encompasses all of the tools I have made to make development easier.
1 stars 0 forks source link

Speed up DEFLATE further #114

Closed Davidah121 closed 2 years ago

Davidah121 commented 2 years ago

Speed compression so that it is reasonably possible to compress with one thread and it not take forever.

Goal is to further approach the speed of zlib which is on par with my LZW compression with multiple threads with better compression.

Currently done but needs refinement.