Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
improve unsafe Decompression Performance ~4%
This is another attempt to replace the aggressive compiler after the failed attempt #69 (wrote out of bounds in some cases) The unrolling is avoided by manually unrolling less aggressive. Decompression performance is slightly improved by ca 4%, except the smallest test case.
- Loading branch information