Module buffer

Module buffer 

Source
Expand description

Buffer and capacity constants

Constantsยง

DEFAULT_BUFFER_SIZE
Default buffer size for encoding/decoding (2048 bytes)
DEFAULT_CAPACITY
Default buffer capacity (1024 bytes)
HUGE_BUFFER_SIZE
Huge buffer for maximum performance (32768 bytes)
LARGE_BUFFER_SIZE
Large buffer size for bulk operations (4096 bytes)
MAX_BUFFER_SIZE
Maximum buffer size (8192 bytes)
VERY_LARGE_BUFFER_SIZE
Very large buffer for high-throughput scenarios (16384 bytes)