Skip to content

perf: avoid repeated iovec rescans in DATA chunking - #266

Open
anmonteiro wants to merge 1 commit into
masterfrom
perf/data-iovec-cursor
Open

perf: avoid repeated iovec rescans in DATA chunking#266
anmonteiro wants to merge 1 commit into
masterfrom
perf/data-iovec-cursor

Conversation

@anmonteiro

Copy link
Copy Markdown
Owner

Summary

  • replace DATA frame chunking's repeated IOVec.shiftv calls with a cursor-based traversal
  • keep wire behavior unchanged while reducing repeated scans/allocation pressure for fragmented iovecs
  • remove now-unused bounded_schedule_iovecs helper

Testing

  • dune build --no-buffer @runtest-test_h2 @runtest-test_h2_client @runtest-test_h2_server @runtest-test_priority

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.

1 participant