dsharlet / array

C++ multidimensional arrays in the spirit of the STL
Apache License 2.0
198 stars 15 forks source link

auto_allocator could fall back to a base allocator when the allocation is too big #46

Closed dsharlet closed 4 years ago

dsharlet commented 4 years ago

This would make it more similar to small-string optimizations.