prg-titech / ikra-cppLinks
C++ Library for Object-oriented Programming with Structure of Arrays Layout
☆21Updated 7 years ago
Alternatives and similar repositories for ikra-cpp
Users that are interested in ikra-cpp are comparing it to the libraries listed below
Sorting:
- Runtime choosing of template specializations using compile-time lookup-tables. Compile all states of a template function, but execute the…☆27Updated 2 years ago
- Library for length agnostic SIMD intrinsic support and the corresponding math operations☆21Updated 4 years ago
- parser combinator and AST generator in c++17☆24Updated 2 years ago
- CUDA executors☆14Updated 5 years ago
- Compiler agnostic metaprogramming library providing concepts, type operations and tuples for C++ and cuda☆95Updated last week
- C++ Header-Only Library for High-Performance Tensor-Vector Multiplication☆23Updated last month
- Collection of ktl header libraries - small C++20 wrapper utilities☆11Updated 3 years ago
- LALR(1) parser for C++☆80Updated last year
- Arbitrary-precision integer and rational arithmetic☆19Updated 4 years ago
- Collection of high performance C++ containers that can be chosen as drop-in replacements for std::vector and std::set☆37Updated 2 months ago
- Portable HPC Containers (C++)☆49Updated 2 weeks ago
- DARMA/vt => Virtual Transport☆39Updated last month
- Collaborating on papers for the ISO C++ committee - public repo☆27Updated 3 weeks ago
- c++ posit implementation☆44Updated 2 years ago
- A sort wrapper enabling both use of random-access sorting on non-random access containers, and increased performance for the sorting of l…