- Add arena allocator for zero-allocation hot paths - Add thread pool for parallel operations - Add mmap utilities for memory-mapped I/O - Implement queue_index with heap-based priority queue - Implement dataset_hash with SIMD support (SHA-NI, ARMv8) - Add runtime SIMD detection for cross-platform correctness - Add comprehensive tests and benchmarks |
||
|---|---|---|
| .. | ||
| arena_allocator.cpp | ||
| mmap_utils.cpp | ||
| thread_pool.cpp | ||