Hacker News new | ask | show | jobs
by blitzprog 5124 days ago
I just integrated it into the programming language I am developing, thanks for such a small and handy library!
1 comments

You should consider zlib, it's compatible with everything and has very nice options. Also it's very low in memory usage (around 500KB vs *MB). Check out how pigz implements it with pthreads (one thread per block).