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:
- CppDyn is a library which aims to simplify use of polymorphism in C++20☆19Updated 3 years ago
- Generic 2D graphics library for C++14☆28Updated 4 months ago
- Optimized for systems that read and write large blobs.☆12Updated 10 years ago
- Similar to python's `repr`, for c++☆32Updated 3 years ago
- Shader-Like Mathematical Expression JIT Engine for C++ Language☆58Updated 5 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
- Read-Compile-Run-Loop: tiny and powerful interactive C++ compiler (REPL)☆20Updated 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
- Slotmap is a sequence container with weak reference keys written in C++17.☆39Updated 7 months ago
- A light-weight C++ profiling library☆31Updated 10 years ago
- std::ring_span (SG14, P0059R1)☆45Updated 8 years ago
- Container Traits for Modern C++☆29Updated 4 years ago
- Work-in-progress Rust application that converts C++ header-only libraries to single self-contained headers.☆26Updated 6 years ago
- A C++ smart pointer with copy-on-write semantics☆15Updated 9 years ago
- A clean implementation of reflection and related proposals.☆29Updated 7 years ago
- Highly composable C++17 template meta programming library☆39Updated 6 years ago
- A ring_span implementation that allows zero construction and destruction☆16Updated 4 years ago
- A few classes which compile faster than the classes that they replace☆12Updated 11 years ago
- Flat containers for C++☆59Updated 2 years ago
- A compressed pair for C++17☆27Updated 3 years ago
- header-only C++ template library to process n-dimensional arrays with multithreaded SIMD code☆43Updated 4 months ago
- Slides for my 2019 presentation at C++ on Sea☆13Updated 3 years ago
- A no-dependencies C++ extensible type erasure library☆43Updated 4 years ago
- Smart pointer for any movable objects. When trackable object moved/destroyed, trackers updated with new object's pointer.☆25Updated 6 years ago
- C++20 fiber implementation with similar interface to std::thread, header-only / x86_64 / Linux only / stackful / built-in scheduler / thr…☆27Updated 8 months ago
- Heap allocation free version of C++11 std::function☆55Updated 3 years ago
- Lightweight C++14 utility library. (Modernized, stripped and cleaned-up version of SSVUtils.)☆34Updated 4 years ago
- Lightweight append-only, header-less, journaling file format (C++11)☆13Updated 9 years ago
- Pre-conditions, post-conditions, and assertions, all available at compile-time☆24Updated 3 years ago