Alignment verification for both ConcreteBuffer
and BufferExpander
#307
Labels
array
Multi-dimensional array implementation
enhancement
New feature or request
performance
Profiling, runtime, and memory consumption
postpone
Need not to be done for now
Ensure alignment verification for both
ConcreteBuffer
andBufferExpander
. Upon casting the raw buffer to typed data, it is imperative to validate if the alignment meets the required alignment. This alignment validation should be implemented without utilizing a template and must be enforced within the buffer's allocator.Original discussion from #304 (comment)
The text was updated successfully, but these errors were encountered: