Skip to content

Buffering output #246

@shenek

Description

@shenek

Currently all strategies work in a way the it returns data on most eager way.

E.g. when there is something to output - export it immediately.

This may slow down the output process a bit.
Perhaps an buffer with some capacity option can be added to accumulate the output data.
So that the buffer allocation is not performed too often.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions