Module fast_zero_copy

Module fast_zero_copy 

Source
Expand description

Fast zero-copy streaming parser optimized for maximum throughput

This implementation focuses on:

  • True streaming (not batch processing)
  • Minimal allocations using string interning
  • Fast pattern matching with memchr
  • Simple but efficient element extraction

Structsยง

FastZeroCopyIterator
Fast streaming iterator
FastZeroCopyParser
Fast zero-copy streaming parser