Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-08-18 | Replace update_crc32 helper function with crc32 from zlib | David Oberhollenzer | |
It is optimized to the maximum and if we already use zlib anyway, why not use zlib crc32? This also makes zlib a hard dependency which also means the whole "do we have a compressor" sanity check in the build system can be removed. Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at> | |||
2019-08-18 | Add block processor data structure | David Oberhollenzer | |
The interface is designed for parallel, asynchronuous processing of data blocks with an I/O callback that handles the serialized result. The underlying implementation is currently still synchronuous. Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at> |