Expand description
Memory-mapped file writer for efficient metric persistence
This module provides a memory-mapped file writer that allows for low-latency metric persistence without system call overhead.
Structsยง
- Mmap
Writer - Memory-mapped file writer for metrics
- Rotating
Mmap Writer - A rotating file writer that manages multiple memory-mapped files