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 9 months ago
- Generic 2D graphics library for C++14☆28Updated 5 months ago
- Shader-Like Mathematical Expression JIT Engine for C++ Language☆59Updated 5 years ago
- Similar to python's `repr`, for c++☆32Updated 3 years ago
- Highly composable C++17 template meta programming library☆39Updated 6 years ago
- Result<T, E> for Modern C++☆34Updated 5 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
- Read-Compile-Run-Loop: tiny and powerful interactive C++ compiler (REPL)☆20Updated 3 years ago
- My Talk on C++20's Concepts☆23Updated 4 years ago
- Multiple Producers / Multiple Consumers Message Passing Pool☆19Updated 10 years ago
- An Simplified JSON (SJSON) C++ reader and writer☆22Updated last year
- 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
- Fast comparison-based sort algorithm☆58Updated 2 years ago
- A fast implementation of log() and exp()☆53Updated 2 years ago
- Heap allocation free version of C++11 std::function☆56Updated 3 years ago
- A light-weight C++ profiling library☆31Updated 11 years ago
- SIMD-enabled descriptive statistics (mean, variance, covariance, correlation)☆18Updated 3 months ago
- A ring_span implementation that allows zero construction and destruction☆16Updated 5 years ago
- Resizable contiguous sequence container with fast appends on either end.☆37Updated 8 years ago
- A collection of personal, single-header C and C++ libraries similar to the STB libraries. All avaliable in the public domain.☆13Updated 2 years ago
- Modern C++ framework for critical systems☆21Updated last year
- header-only C++ template library to process n-dimensional arrays with multithreaded SIMD code☆43Updated 6 months ago
- A few classes which compile faster than the classes that they replace☆12Updated 11 years ago
- C++ Scattered Containers☆67Updated 7 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
- A scoped stack allocator☆36Updated 6 years ago
- Code for the C++20 coroutines based job system discussed in https://poniesandlight.co.uk/reflect/coroutines_job_system/☆21Updated last year
- CppDyn is a library which aims to simplify use of polymorphism in C++20☆19Updated 3 years ago
- A fast C++ dynamic_cast<> alternative.☆33Updated 4 years ago