- Fix space leak (?)
- Fix compression
- Fix
hstar
streaming - couldn't packghc-8.8.2
dir in constant space? - https://lz4.github.io/lz4/
- Pure Haskell version? data structures?
- Try
-fomit-frame-pointer
- Hangs on
windows.img
(large files) for instance?
- Test thread safety: partially decompress data, then finish decompression in another thread?
- valgrind
- cwe_checker (opam install cwe_checker)
- fbinfer
- https://github.com/TrustInSoft/tis-interpreter (ubsan...)
- Report mac performance issues upstream?
- Faster benchmarks w/ GHC 7.8.4 vs. GHC 8.10.1
- Maybe bytestring?? -> reminds me of crc...