Module aligned_vec

Module aligned_vec 

Source
Expand description

Memory management utilities for OxiBLAS.

This module provides:

  • Aligned memory allocation
  • Stack-based temporary allocation (StackReq pattern)
  • Cache-aware data layout utilities
  • Prefetch hints for cache optimization
  • Memory pool for temporary allocations
  • Custom allocator support via the Alloc trait

Structsยง

AlignedVec
A vector with guaranteed alignment and custom allocator support.