Expand description
Memory-efficient metrics computation
This module provides utilities for computing metrics with minimal memory usage, which is particularly useful for large datasets.
Structs§
- Allocator
Stats - General allocator statistics
- Arena
- Individual memory arena
- Arena
Allocator - Arena allocator for temporary memory management
- Arena
Allocator Wrapper - Arena
Stats - Arena allocator statistics
- Buddy
Allocator - Buddy allocator for power-of-2 sized allocations
- Buddy
Stats - Buddy allocator statistics
- Chunked
Metrics - Chunked metrics computation for memory efficiency
- Incremental
Metrics - On-the-fly computation of incremental metrics
- Lock
Free Recycler - Lock-free memory recycler using hazard pointers
- Mapping
Stats - Memory mapping statistics
- Memory
Mapping - Memory mapping entry
- Memory
Mapping Manager - Memory mapping manager for large datasets
- Memory
Pool - Custom memory pool for efficient allocation and deallocation
- Memory
Stats - Memory statistics tracking
- Pool
Allocator - Pool
Statistics - Pool-specific statistics
- Recycler
Node - Node in the lock-free recycler
- Recycler
Stats - Lock-free recycler statistics
- Simd
Aligned Allocator - SIMD-aligned allocator for vectorized operations
- Simd
Allocator Wrapper - Simd
Stats - SIMD allocation statistics
- Slab
- Individual slab in the slab allocator
- Slab
Allocator - Slab allocator for fixed-size allocations
- Slab
Stats - Slab allocator statistics
- System
Allocator - Thread
Local Allocator - Thread-local memory allocator for high-performance scenarios
- Zero
Copy Array View - Zero-copy array view wrapper
- Zero
Copy Array View Mut - Zero-copy mutable array view wrapper
- Zero
Copy Buffer - Memory buffer for zero-copy operations
- Zero
Copy Memory Manager - Zero-copy memory manager for metrics computation
Enums§
- Access
Mode - Access modes for memory mappings
Traits§
- Custom
Allocator - Custom allocator trait for different allocation strategies
- Memory
Mapped Metric - Trait for memory-mapped metrics computation
- Streaming
Metric - Trait for streaming computation of metrics