Skip to main content

batch_decode_varints

Function batch_decode_varints 

Source
pub fn batch_decode_varints(data: &[u8], count: usize) -> Vec<(u64, usize)>
Expand description

Batch-decode multiple varints from a contiguous buffer (scalar path).

Returns a vector of (value, bytes_consumed) pairs.