wardw / array_viewLinks
An implementation of the former C++17 proposal `array_view`
☆37Updated 7 years ago
Alternatives and similar repositories for array_view
Users that are interested in array_view are comparing it to the libraries listed below
Sorting:
- A C++14-and-later expression template library☆109Updated last month
- A modern header-only zero-overhead library for creating smart references☆86Updated 6 years ago
- Multi-dimensional C++ arrays which store objects in a Struct-of-Arrays (SoA) memory layout for efficient vectorization and zero address g…☆74Updated 5 years ago
- Bit containers, sequences, and views for everyone. 🕷️☆129Updated 3 years ago
- Compile-time-efficient proof-of-concept implementation for std::tuple☆94Updated 3 weeks ago
- Variadic templates and std::integer_sequence support library☆112Updated 10 months ago
- Polymorphic multidimensional array view☆36Updated 5 years ago
- Proposed C++ standardisation for linear algebra☆28Updated 7 years ago
- Fast containers of polymorphic objects.☆71Updated last month
- Eggs.Variant is a C++11/14/17 generic, type-safe, discriminated union.