karroffel / cfstructsLinks
A collection of cache-friendly data structures in C++, without any dependencies.
☆23Updated 7 years ago
Alternatives and similar repositories for cfstructs
Users that are interested in cfstructs are comparing it to the libraries listed below
Sorting:
- Optimized for systems that read and write large blobs.☆12Updated 10 years ago
- Slotmap is a sequence container with weak reference keys written in C++17.☆39Updated 10 months ago
- Collection of high performance C++ containers that can be chosen as drop-in replacements for std::vector and std::set☆35Updated 6 months ago
- Shader-Like Mathematical Expression JIT Engine for C++ Language☆59Updated 6 years ago
- Structure-of-array synthesis in C++20☆81Updated 3 years ago
- A concise and readable metaprogramming language for C++☆60Updated 4 years ago
- Read-Compile-Run-Loop: tiny and powerful interactive C++ compiler (REPL)☆20Updated 4 years ago
- A few classes which compile faster than the classes that they replace☆12Updated 11 years ago
- CppDyn is a library which aims to simplify use of polymorphism in C++20☆19Updated 3 years ago
- Highly composable C++17 template meta programming library☆39Updated 6 years ago
- Generic 2D graphics library for C++14☆28Updated 6 months ago
- c++ library for building lightweight processing pipeline at compile-time for string obfuscation, aes ciphering or whatever you want☆68Updated 6 years ago
- Benchmarks for our memory allocator☆68Updated last year
- C++ Scattered Containers☆67Updated 8 years ago
- Foundations of symbol based programming☆30Updated 5 years ago
- Flat containers for C++☆59Updated last month
- A fast C++ dynamic_cast<> alternative.☆33Updated 4 years ago
- C++ compile-time programming (serialization, reflection, code modification, enum to string, better enum, enum to json, extend or parse l…☆41Updated 3 years ago
- C++ Dynamic loader generator for C APIs☆17Updated 6 years ago
- Slides for my 2019 presentation at C++ on Sea☆13Updated 4 years ago
- Small Hash Optimization - an optimization for when you have many small hash maps - similar to LLVM's small vector optimization.☆39Updated 8 years ago
- envy: Deserialize environment variables into type-safe structs☆67Updated 5 years ago
- A no-dependencies C++ extensible type erasure library☆43Updated 5 years ago
- Heap allocation free version of C++11 std::function☆57Updated 3 years ago
- Library of flat vector-like based associative containers☆74Updated 2 years ago
- A fast implementation of log() and exp()☆52Updated 2 years ago
- Wicked fast, thread safe in-memory key/object store for C++☆12Updated 8 years ago
- C++11 Header-only continuous-storage Double ended vector implementation similar to STL's std::vector for efficient insertions/removals at…☆14Updated 2 years ago
- std::ring_span (SG14, P0059R1)☆45Updated 8 years ago
- Result<T, E> for Modern C++☆34Updated 5 years ago