karroffel / cfstructs
A collection of cache-friendly data structures in C++, without any dependencies.
☆23Updated 6 years ago
Alternatives and similar repositories for cfstructs:
Users that are interested in cfstructs are comparing it to the libraries listed below
- Shader-Like Mathematical Expression JIT Engine for C++ Language☆58Updated 5 years ago
- Generic 2D graphics library for C++14☆28Updated last month
- CppDyn is a library which aims to simplify use of polymorphism in C++20☆18Updated 3 years ago
- Optimized for systems that read and write large blobs.☆12Updated 9 years ago
- A header-only C++ library for writing compiler/interpreter frontends.☆14Updated this week
- Similar to python's `repr`, for c++☆32Updated 2 years ago
- A plugin framework for namespace macros in C/C++☆35Updated 10 years ago
- C++17 sports two low-level character conversion functions, std::from_chars and std::to_chars, but they have a usage model that can be ea…☆8Updated 5 years ago
- A modern(ish) cross-platform open-source 2D game engine built on top of SDL2. C++98/03/11/14/17 compatible. Requires plf::colony and plf:…☆16Updated 6 years ago
- C++20 fiber implementation with similar interface to std::thread, header-only / x86_64 / Linux only / stackful / built-in scheduler / thr…☆28Updated 5 months ago
- Read-Compile-Run-Loop: tiny and powerful interactive C++ compiler (REPL)☆20Updated 3 years ago
- Highly composable C++17 template meta programming library☆39Updated 6 years ago
- type - Strong types for C++98, C++11 and later in a single-file header-only library☆36Updated 9 months ago
- C++11 Header-only continuous-storage Double ended vector implementation similar to STL's std::vector for efficient insertions/removals at…☆13Updated 2 years ago
- Cache-friendly associative STL-like container with an Eytzinger (BFS) layout for C++☆31Updated 7 years ago
- A few classes which compile faster than the classes that they replace☆12Updated 10 years ago
- Code for the C++20 coroutines based job system discussed in https://poniesandlight.co.uk/reflect/coroutines_job_system/☆19Updated last year
- A C++ data container replicating std::queue functionality but with better performance.☆31Updated last week
- Slides for my 2019 presentation at C++ on Sea☆13Updated 3 years ago
- Small Hash Optimization - an optimization for when you have many small hash maps - similar to LLVM's small vector optimization.☆39Updated 7 years ago
- A clean implementation of reflection and related proposals.☆29Updated 7 years ago
- A no-dependencies C++ extensible type erasure library☆43Updated 4 years ago
- parser combinator and AST generator in c++17☆24Updated 2 years ago
- An Simplified JSON (SJSON) C++ reader and writer☆22Updated 8 months ago
- std::ring_span (SG14, P0059R1)☆46Updated 8 years ago
- A C++ smart pointer with copy-on-write semantics☆15Updated 8 years ago
- Container Traits for Modern C++☆28Updated 4 years ago
- Multiple Producers / Multiple Consumers Message Passing Pool☆19Updated 10 years ago
- A ring_span implementation that allows zero construction and destruction☆16Updated 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