Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-08-23 | Some simple search/replace cases for allocation | David Oberhollenzer | |
This commit exchanges some malloc(x + y * z) patterns that can be found with a simple git grep and are obvious for the new wrappers. 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> |