Expand description
Memory pool for efficient allocation during parsing
This module provides arena-based allocation to reduce memory fragmentation and improve performance when processing large JSONL files.
Structsยง
- Arena
Processor - A batch processor that uses arena allocation
- Memory
Pool - Memory pool context that owns the arena
- Pool
Stats - Statistics about memory pool usage