Fix doc links in transport negotiation docs#1592
Merged
Merged
Conversation
This was referenced May 5, 2026
oferchen
added a commit
that referenced
this pull request
May 5, 2026
#1592) (#3719) Static, code-only audit enumerating every synchronisation channel on the receiver-side transfer hot path, classifying each as hot or cold, deriving ops-per-message from the source, and comparing against upstream's single-threaded recv_files() loop. Defers all spin-budget, park/wake, and allocator-impact questions to runtime measurements listed in section 8.
5 tasks
oferchen
added a commit
that referenced
this pull request
May 7, 2026
* docs(audits): static analysis of channel overhead in transfer hot path (#1592) Static, code-only audit enumerating every synchronisation channel on the receiver-side transfer hot path, classifying each as hot or cold, deriving ops-per-message from the source, and comparing against upstream's single-threaded recv_files() loop. Defers all spin-budget, park/wake, and allocator-impact questions to runtime measurements listed in section 8. * docs(audits): Rust 2024 edition migration plan
4 tasks
3 tasks
oferchen
added a commit
that referenced
this pull request
May 17, 2026
…ems (#4203) Add a criterion bench that compares per-item send+recv cost across `std::sync::mpsc::channel`, `crossbeam_channel::unbounded`, and `crossbeam_channel::bounded(1024)` at 100K items. Sweeps payload sizes {32 B, 256 B, 4 KB} and thread shapes {1S+1R, 4S+1R, 1S+4R, 4S+4R} to expose the contention regimes that appear in the engine and receiver pipelines. Payloads are pre-allocated outside the timed section so the measurement isolates channel cost from allocation. Throughput is reported via `Throughput::Elements(100_000)` so the criterion summary gives items/sec directly. Pure userspace synchronisation - no I/O, no platform-specific paths, runs identically on Linux, macOS, and Windows. Refs #1592 #1681 #1370
oferchen
added a commit
that referenced
this pull request
May 18, 2026
#1592) (#3719) Static, code-only audit enumerating every synchronisation channel on the receiver-side transfer hot path, classifying each as hot or cold, deriving ops-per-message from the source, and comparing against upstream's single-threaded recv_files() loop. Defers all spin-budget, park/wake, and allocator-impact questions to runtime measurements listed in section 8.
oferchen
added a commit
that referenced
this pull request
May 18, 2026
* docs(audits): static analysis of channel overhead in transfer hot path (#1592) Static, code-only audit enumerating every synchronisation channel on the receiver-side transfer hot path, classifying each as hot or cold, deriving ops-per-message from the source, and comparing against upstream's single-threaded recv_files() loop. Defers all spin-budget, park/wake, and allocator-impact questions to runtime measurements listed in section 8. * docs(audits): Rust 2024 edition migration plan
oferchen
added a commit
that referenced
this pull request
May 18, 2026
…ems (#4203) Add a criterion bench that compares per-item send+recv cost across `std::sync::mpsc::channel`, `crossbeam_channel::unbounded`, and `crossbeam_channel::bounded(1024)` at 100K items. Sweeps payload sizes {32 B, 256 B, 4 KB} and thread shapes {1S+1R, 4S+1R, 1S+4R, 4S+4R} to expose the contention regimes that appear in the engine and receiver pipelines. Payloads are pre-allocated outside the timed section so the measurement isolates channel cost from allocation. Throughput is reported via `Throughput::Elements(100_000)` so the criterion summary gives items/sec directly. Pure userspace synchronisation - no I/O, no platform-specific paths, runs identically on Linux, macOS, and Windows. Refs #1592 #1681 #1370
oferchen
added a commit
that referenced
this pull request
May 18, 2026
…ems (#4203) Add a criterion bench that compares per-item send+recv cost across `std::sync::mpsc::channel`, `crossbeam_channel::unbounded`, and `crossbeam_channel::bounded(1024)` at 100K items. Sweeps payload sizes {32 B, 256 B, 4 KB} and thread shapes {1S+1R, 4S+1R, 1S+4R, 4S+4R} to expose the contention regimes that appear in the engine and receiver pipelines. Payloads are pre-allocated outside the timed section so the measurement isolates channel cost from allocation. Throughput is reported via `Throughput::Elements(100_000)` so the criterion summary gives items/sec directly. Pure userspace synchronisation - no I/O, no platform-specific paths, runs identically on Linux, macOS, and Windows. Refs #1592 #1681 #1370
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Testing
https://chatgpt.com/codex/tasks/task_e_69028e55c26c83239968e494660e9797