Module send_buffer_benches

Module send_buffer_benches 

Source
Expand description

Bench fns for SendBuffer

These are defined here and re-exported via bench_exports in lib.rs, so we can access the private SendBuffer struct.

Functionsยง

get_into_many_segments
Pathological case: many segments, get from end
get_loop_many_segments
Get segments in the old way, using a loop of get calls