-
Notifications
You must be signed in to change notification settings - Fork 15
Open
Description
Right now encoder allocates a vector for shards, where it copied the original data and eventually allows to read recovery data.
It wold be really nice if it was possible to provide correctly allocated slice of bytes right away and encode things in-place or at least a way to provide both input and output memory explicitly.
This would cut peak memory usage substantially in the use case I have.
Similar request is for decoder, though decoding is less frequent for me, so lower priority.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels