SMALL_WRITE_THRESHOLD

Static SMALL_WRITE_THRESHOLD 

Source
pub static SMALL_WRITE_THRESHOLD: Key<usize>
Expand description

Threshold below which writes are copied into a contiguous buffer. Writes >= this size are stored as zero-copy references.