swactor/benches
Claude 83aabc26e1 bench: add allocation decomposition benchmark for send_to
Measures Box::new+type-erasure (2-160ns) vs full send_to (1.9-7.2us) to
identify the real send latency bottleneck. Finding: allocation is only
1-5% of total cost; the dominant overhead is RwLock address_map lookup
and HybridChannel operations.

Authored by Claude, lovingly guided by Zachery Aaron Shores-Chmielewski
2026-02-13 21:12:15 +07:00
..
hasher_benchmarks.rs major feature update 2026-02-13 07:11:24 +00:00
mt_benchmarks.rs major feature update 2026-02-13 07:11:24 +00:00
runtime_benchmarks.rs bench: add allocation decomposition benchmark for send_to 2026-02-13 21:12:15 +07:00