kfjahnke / zimtLinks
header-only C++ template library to process n-dimensional arrays with multithreaded SIMD code
☆49Updated 2 months ago
Alternatives and similar repositories for zimt
Users that are interested in zimt are comparing it to the libraries listed below
Sorting:
- A header only structure of arrays container for C++☆43Updated 2 years ago
- Compact SVO optimized vector for C++17 or higher☆112Updated last year
- Experimental JSON builder based on C++ reflection☆56Updated 2 months ago
- A C++ data container replicating std::queue functionality but with better performance.☆37Updated last week
- Collection of high performance C++ containers that can be chosen as drop-in replacements for std::vector and std::set☆37Updated 3 months ago
- A replacement for rand()/srand() that's ~700% faster and typically has better statistical distribution. An adaptationof Melissa O'Neill's…☆19Updated last year
- A compiler-friendly variadic type list for C++.☆38Updated 2 years ago
- Container Traits for Modern C++☆29Updated 5 years ago
- C++ components used in the project https://github.com/rnburn/bbai☆53Updated 2 years ago
- The IDK (Industrial Development Kit) library!☆37Updated 3 weeks ago
- A ring_span implementation that allows zero construction and destruction☆16Updated 5 years ago
- CppDyn is a library which aims to simplify use of polymorphism in C++20☆20Updated 4 years ago
- "Small Vector" optimization for Modern C++: store up to a small number of items on the stack☆35Updated 4 years ago
- A fast implementation of log() and exp()☆56Updated 3 years ago
- Collection of ktl header libraries - small C++20 wrapper utilities☆11Updated 3 years ago
- IEEE-754 binary-to-decimal and decimal-to-binary conversion library☆41Updated 3 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…☆20Updated 6 months ago
- A concise and readable metaprogramming language for C++☆61Updated 5 years ago
- A C++14 Implementation of IEEE 754 Decimal Floating Point Numbers☆56Updated 3 weeks ago
- Pre-conditions, post-conditions, and assertions, all available at compile-time☆26Updated 3 years ago
- C++20 fiber implementation with similar interface to std::thread, header-only / x86_64 / Linux only / stackful / built-in scheduler / thr…☆30Updated last year
- envy: Deserialize environment variables into type-safe structs☆67Updated 5 years ago
- Light and self-contained implementation of C++17 parallel algorithms.☆38Updated last year
- A single-file header-only version of C++17-like invoke() for C++98, C++11 and later (WIP).☆35Updated last month
- value-ptr-lite - A C++ smart-pointer with value semantics for C++98, C++11 and later in a single-file header-only library☆52Updated last month
- type - Strong types for C++98, C++11 and later in a single-file header-only library☆39Updated last month
- The Fancy Named Parameters Library☆36Updated 2 months ago
- Yet another C++ text formatting library.☆71Updated last year
- Collection of C++ containers extracted from LLVM☆26Updated 4 years ago
- C++ compile-time programming (serialization, reflection, code modification, enum to string, better enum, enum to json, extend or parse l…