karroffel / cfstructs
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
- `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
- Optimized for systems that read and write large blobs.☆12Updated 10 years ago
- Generic 2D graphics library for C++14☆28Updated 3 months ago
- Shader-Like Mathematical Expression JIT Engine for C++ Language☆58Updated 5 years ago
- Highly composable C++17 template meta programming library☆39Updated 6 years ago
- CppDyn is a library which aims to simplify use of polymorphism in C++20☆19Updated 3 years ago
- Similar to python's `repr`, for c++☆32Updated 3 years ago
- A light-weight C++ profiling library☆31Updated 10 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
- Read-Compile-Run-Loop: tiny and powerful interactive C++ compiler (REPL)☆20Updated 3 years ago
- Multiple Producers / Multiple Consumers Message Passing Pool☆19Updated 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
- Foundations of symbol based programming☆30Updated 5 years ago
- Smart pointer for any movable objects. When trackable object moved/destroyed, trackers updated with new object's pointer.☆25Updated 5 years ago
- Automatically select the smallest integer type that can contain a given range at compile time☆20Updated 8 years ago
- Container Traits for Modern C++☆29Updated 4 years ago
- A compressed pair for C++17☆27Updated 3 years ago
- Result<T, E> for Modern C++☆34Updated 5 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
- parser combinator and AST generator in c++17☆24Updated 2 years ago
- ☆22Updated 7 years ago
- A concise and readable metaprogramming language for C++☆59Updated 4 years ago
- std::ring_span (SG14, P0059R1)☆45Updated 8 years ago
- A few classes which compile faster than the classes that they replace☆12Updated 11 years ago
- Heap allocation free version of C++11 std::function☆55Updated 3 years ago
- Reference counted synchronized pointer.☆14Updated 7 years ago
- ☆26Updated 5 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
- Apathy is a lightweight path/file/mstream/mmap IO library (C++03)☆35Updated 5 years ago
- Tiny format/mustache templating library (C++11)☆23Updated 8 years ago