Expand description
Custom allocators optimized for SIMD operations
This module provides specialized memory allocators that ensure proper alignment and memory layout for optimal SIMD performance.
Structsยง
- Allocator
Stats - Statistics for SIMD allocator performance monitoring
- Simd
Allocator - SIMD-optimized allocator with alignment guarantees
- Simd
Memory Pool - Memory pool for frequent SIMD allocations
- SimdVec
- SIMD-aligned vector type with custom allocator