Skip to main content

Module memory_pool

Module memory_pool 

Source
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ยง

ArenaProcessor
A batch processor that uses arena allocation
MemoryPool
Memory pool context that owns the arena
PoolStats
Statistics about memory pool usage