We will have many of them, i.e. billions. Are FixedSizedArrays or
StaticArrays individually allocated, e.g. if we have an array of them? Or
would a large array of them be allocated once?

Bill.

On 12 August 2016 at 07:48, Andy Ferris <ferris.a...@gmail.com> wrote:

> Bill, you might also consider FixedSizeArrays or StaticArrays, if your
> data is all of the same type and `N` is a compile-time constant. I would be
> curious how they benchmark against `ntuple(f, Val{N})`.
>

Reply via email to