Add option to pass output buffer to (de)compressor #18
Labels
No labels
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: TOPIO/BigWhoop#18
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Currently the BigWhoop library allocates the output stream that is passed to the user. To allow for more optimal memory usage the user should be able to allocate the output buffer him/herself and pass it to the library functions. This would prevent unnecessary copying of the output buffer contents.
Enable void pointer in the interface for generic data type handling.
Is ready on feat/api branch.