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
- 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
- `mp::inplace_string<CharT, MaxSize, Traits>` is a `std::string`-like class template that stores text content in-place inside the class☆10Updated 6 years ago
- Generic 2D graphics library for C++14☆28Updated 4 months ago
- Highly composable C++17 template meta programming library☆39Updated 6 years ago
- Similar to python's `repr`, for c++☆32Updated 3 years ago
- Read-Compile-Run-Loop: tiny and powerful interactive C++ compiler (REPL)☆20Updated 3 years ago
- Shader-Like Mathematical Expression JIT Engine for C++ Language☆58Updated 5 years ago
- parser combinator and AST generator in c++17☆24Updated 2 years ago
- Slides for my 2019 presentation at C++ on Sea☆13Updated 3 years ago
- Multiple Producers / Multiple Consumers Message Passing Pool☆19Updated 10 years ago
- Collection of high performance C++ containers that can be chosen as drop-in replacements for std::vector and std::set☆35Updated 4 months ago
- CppDyn is a library which aims to simplify use of polymorphism in C++20☆19Updated 3 years ago
- Container Traits for Modern C++☆29Updated 4 years ago
- Safe integer utilities for C++11☆16Updated 11 years ago
- std::ring_span (SG14, P0059R1)☆45Updated 8 years ago
- Tiny format/mustache templating library (C++11)☆23Updated 8 years ago
- A ring_span implementation that allows zero construction and destruction☆16Updated 5 years ago
- Single Header Constexpr Circular Queue☆18Updated 4 years ago
- A view that allows iteration over a view, returning the index of each item along with each item☆12Updated 5 years ago
- Easy Parsing C++ Library☆21Updated last year
- Pre-conditions, post-conditions, and assertions, all available at compile-time☆24Updated 3 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
- header-only C++ template library to process n-dimensional arrays with multithreaded SIMD code☆43Updated 5 months 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
- My Talk on C++20's Concepts☆23Updated 4 years ago
- A C++ memory pool that is Boost-friendly and performance oriented (zero-malloc).☆22Updated 2 months ago
- Lightweight C++14 utility library. (Modernized, stripped and cleaned-up version of SSVUtils.)☆34Updated 4 years ago
- little test driven handle library in c☆11Updated 4 years ago
- Embrace (post) modern C++☆9Updated 3 years ago