kfjahnke / zimtLinks
header-only C++ template library to process n-dimensional arrays with multithreaded SIMD code
☆44Updated 6 months ago
Alternatives and similar repositories for zimt
Users that are interested in zimt are comparing it to the libraries listed below
Sorting:
- Collection of high performance C++ containers that can be chosen as drop-in replacements for std::vector and std::set☆35Updated 5 months ago
- A replacement for rand()/srand() that's ~700% faster and typically has better statistical distribution. An adaptationof Melissa O'Neill's…☆17Updated last year
- A header only structure of arrays container for C++☆41Updated 2 years ago
- Compact SVO optimized vector for C++17 or higher☆106Updated last year
- A C++ data container replicating std::queue functionality but with better performance.☆34Updated 3 weeks ago
- A C++ data container replicating std::stack functionality but with better performance than standard library containers in a stack context…☆67Updated 3 weeks ago
- A fast implementation of log() and exp()☆53Updated 2 years ago
- Shader-Like Mathematical Expression JIT Engine for C++ Language☆59Updated 6 years ago
- "Small Vector" optimization for Modern C++: store up to a small number of items on the stack☆35Updated 4 years ago
- C++20 fiber implementation with similar interface to std::thread, header-only / x86_64 / Linux only / stackful / built-in scheduler / thr…☆28Updated 10 months ago
- C++ embedded domain specific language for extended parsing expression grammars (PEGs)☆81Updated 3 months ago
- Yet another C++ text formatting library.☆71Updated 7 months ago
- The IDK (Industrial Development Kit) library!☆36Updated 3 weeks ago
- envy: Deserialize environment variables into type-safe structs☆67Updated 4 years ago
- C++ components used in the project https://github.com/rnburn/bbai☆52Updated last year
- Experimental JSON builder based on C++ reflection☆52Updated last month
- IEEE-754 binary-to-decimal and decimal-to-binary conversion library☆41Updated 2 years ago
- A ring_span implementation that allows zero construction and destruction☆16Updated 5 years ago
- Collection of ktl header libraries - small C++20 wrapper utilities☆11Updated 2 years ago
- unique_resource, The General RAII Wrapper for Exclusive Ownership Resource Management.