framework icon indicating copy to clipboard operation
framework copied to clipboard

Add Array implementation with stack allocation

Open grospelliergilles opened this issue 4 years ago • 0 comments

For temporary and small array, it may be useful to allocate them on the stack instead of using the heap.

Add a StackArray class which used Array implementation with a specific allocator to use the stack if the size of the array is less than a specified size.

Need #45

grospelliergilles avatar Oct 27 '21 06:10 grospelliergilles