Skip to main content

adaptive_encode_bytes_threshold

Function adaptive_encode_bytes_threshold 

Source
fn adaptive_encode_bytes_threshold(global_write_buffer_bytes: usize) -> usize
Expand description

Computes the encode bytes threshold adapted to the global write buffer size: max(64 MiB, min(global_write_buffer_size / 32, 512 MiB)).