Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-02-16 | Replace crc32 with xxhash32 | David Oberhollenzer | |
On the one hand, benchmarking and profiling determined xxhash32 to be faster than the zlib implementation of crc32, on the other hand profiling determined that crc32 computation contributed signifficantly to the overall runtime. Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at> | |||
2019-12-29 | Add a small version of zlib that can be built in statically | David Oberhollenzer | |
Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at> |