Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-03-18 | Cleanup: Move xxhash32 code to libutil | David Oberhollenzer | |
Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at> | |||
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> |