Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

enh(FileStream): Add FileStreamBuf::resizeBuffer #4621

Merged
merged 1 commit into from
Sep 9, 2024

Conversation

matejk
Copy link
Contributor

@matejk matejk commented Jul 30, 2024

Larger internal buffers improve performance significantly when streaming large quantity of data on very fast devices.

New function provides an option to change the default hard-coded internal buffer size.

It may be changed only when file is not open.

@matejk matejk added this to the Release 1.14.0 milestone Jul 30, 2024
@matejk matejk requested a review from aleks-f July 30, 2024 13:23
…al buffers.

Larger buffers improve performance significantly when streaming large quantity of data on very fast devices.
@matejk matejk force-pushed the filestream-resize-buffer-performance branch from 5979d05 to e4b1538 Compare July 30, 2024 15:03
@aleks-f aleks-f merged commit 91c2560 into main Sep 9, 2024
43 checks passed
@aleks-f aleks-f deleted the filestream-resize-buffer-performance branch September 9, 2024 15:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

2 participants