Description
Multidimensional array data structures are fundamental to several branches of computing, such as data analysis, image processing, and scientific simulations, and in combination with GPUs to Artificial Intelligence and Machine Learning.
This library offers array containers and subarrays in arbitrary dimensions with well-behaved value semantics,
featuring logical access recursively across dimensions and to elements through indices and iterators.
The library interface is designed to be compatible with standard algorithms and ranges (STL) and special memory (including GPUs) and follows modern C++ design principles.
The data structure is stride-based, which makes it compatible with low-level C-libraries.
[Boost.]Multi alternatives and similar libraries
Based on the "Containers" category.
Alternatively, view boost-multi alternatives based on common mentions on social networks and blogs.
-
function2
Improved and configurable drop-in replacement to std::function that supports move only types, multiple overloads and more -
LSHBOX
A c++ toolbox of locality-sensitive hashing (LSH), provides several popular LSH algorithms, also support python and matlab. -
KOMIHASH
Very fast, high-quality hash function, discrete-incremental and streamed hashing-capable (non-cryptographic, inline C/C++) 26GB/s + PRNG
InfluxDB - Purpose built for real-time analytics at any scale.
* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
Do you think we are missing an alternative of [Boost.]Multi or a related project?