Add option to pass output buffer to (de)compressor #18

Open
opened 2024-02-15 15:27:20 +00:00 by Patrick Vogler · 1 comment

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.

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.
Patrick Vogler self-assigned this 2024-02-15 15:27:20 +00:00
Patrick Vogler added this to the Interfaces project 2024-04-09 08:19:16 +00:00
Collaborator

Enable void pointer in the interface for generic data type handling.

Enable void pointer in the interface for generic data type handling.
Patrick Vogler removed their assignment 2024-06-26 10:54:48 +00:00
Gregor Weiss was assigned by Patrick Vogler 2024-06-26 10:54:49 +00:00
Patrick Vogler self-assigned this 2024-06-26 10:54:55 +00:00
Sign in to join this conversation.
No labels
No milestone
No project
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: TOPIO/BigWhoop#18
No description provided.