High-performance C++ multi-dimensional arrays

前端 未结 8 1009
天涯浪人
天涯浪人 2021-02-04 09:29

I am looking for advice regarding high performance multi-dimensional array libraries/classes for C++. What I really need is:

  • the ability to dynamically allocate

8条回答
  •  闹比i
    闹比i (楼主)
    2021-02-04 09:45

    Necomi seems to provide the features you would like.

    It includes support for an arbitrary multi-dimensional numbers whose dimensions can be fixed at runtime, provides fast access to single elements, while also supporting arithmetic (among others) expressions.

提交回复
热议问题