parse_batch_requests_bytes

Function parse_batch_requests_bytes 

Source
pub fn parse_batch_requests_bytes(
    data: &[u8],
) -> Result<Vec<(RequestId, Request)>>
Expand description

Parse a batch of JSON-RPC requests from raw bytes using SIMD optimization with parallel processing.