Skip to content

for better memory efficiency#337

Open
qxrein wants to merge 1 commit into
haskell:masterfrom
qxrein:patch-1
Open

for better memory efficiency#337
qxrein wants to merge 1 commit into
haskell:masterfrom
qxrein:patch-1

Conversation

@qxrein

@qxrein qxrein commented Feb 18, 2025

Copy link
Copy Markdown

this change improves performance for large buffer writes and eliminates unnecessary memory allocation and copying
This creates a view into the existing buffer instead of copying data, which is more efficient for large writes.

this change improves performance for large buffer writes and eliminates unnecessary memory allocation and copying
@bgamari

bgamari commented Feb 18, 2025

Copy link
Copy Markdown
Contributor

@luite, perhaps you could comment here?

@bgamari

bgamari commented May 22, 2025

Copy link
Copy Markdown
Contributor

Pinging @luite.

@luite

luite commented May 26, 2025

Copy link
Copy Markdown
Member

sorry, missed this

@qxrein

qxrein commented May 27, 2025

Copy link
Copy Markdown
Author

i even forgot what i did here

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants