C++11 library that provides several new or lesser-known containers, like flat_map/set, small_map/set, static_map/set, small_vector, static_vector, and many more.
☆149Feb 28, 2026Updated this week
Alternatives and similar repositories for sfl-library
Users that are interested in sfl-library are comparing it to the libraries listed below
Sorting:
- C++11 memory allocator based on memory pools. It offers fast and efficient allocation of a large number of small-size objects.☆11Sep 2, 2022Updated 3 years ago
- x86-64 Automated test data generator☆26Aug 18, 2025Updated 6 months ago
- C++20 SIMD Within A Register library☆47May 9, 2025Updated 9 months ago
- ☆33Dec 10, 2025Updated 2 months ago
- Compact SVO optimized vector for C++17 or higher☆114May 21, 2024Updated last year
- (Legacy) Extremely fast unordered map and set library for C++20☆11Sep 17, 2023Updated 2 years ago
- lightweight, header-only C++ library for creating well-formatted, fully-customizable CLI tables.☆61Feb 9, 2026Updated 3 weeks ago
- Fast and lightweight thread pool for C++11 and newer.☆46Nov 18, 2024Updated last year
- A C++ data container replicating std::queue functionality but with better performance.☆38Jan 2, 2026Updated 2 months ago
- Simple OpenGL core profile loading, customized for Dear ImGui☆17Dec 11, 2025Updated 2 months ago
- AlgoPlus is a C++17 library with implemented data structures and algorithms for various topics(including machine learning)☆187Feb 9, 2026Updated 3 weeks ago
- Greg's Template Library of useful classes.☆272Jan 9, 2026Updated last month
- A drop-in replacement for std::list with 293% faster insertion, 57% faster erasure, 17% faster iteration and 77% faster sorting on averag…☆167Feb 7, 2026Updated 3 weeks ago
- C++ Memory safety (memsafe) single-header libraries and Clang compiler plugin for safe C++, which reduces errors for reference data types…☆279Dec 16, 2025Updated 2 months ago
- "Small Vector" optimization for Modern C++: store up to a small number of items on the stack☆35May 6, 2021Updated 4 years ago
- A fast & densely stored hashmap and hashset based on robin-hood backward shift deletion☆1,319Feb 4, 2026Updated last month
- SLOT: SMT-LLVM Optimizing Translation☆60Apr 17, 2025Updated 10 months ago
- Variadic reference-based implementation of a zip iterator in C++(>=17)☆21Jul 1, 2020Updated 5 years ago
- Fast C++ container combining the best features of std::vector and std::deque☆129Feb 2, 2024Updated 2 years ago
- Boost.org unordered module☆86Feb 15, 2026Updated 2 weeks ago
- Variadic recursive expression templates with lazy evaluation which look like ordinary (possibly nested) containers.☆17Feb 5, 2023Updated 3 years ago
- Cross platform C++ libraries☆21Feb 26, 2026Updated last week
- x64dbg typeparsing plugin with Windows types☆71Aug 29, 2025Updated 6 months ago
- A library for disassembling x86-64 binaries.☆44Apr 24, 2025Updated 10 months ago
- A C++14 Implementation of IEEE 754 Decimal Floating Point Numbers☆59Feb 27, 2026Updated last week
- fmtlog is a performant fmtlib-style logging library with latency in nanoseconds.☆989Feb 13, 2025Updated last year
- LLDB based debugger for Linux Kernel☆28Apr 5, 2025Updated 11 months ago
- C++ Implementtion of Containers, CPU/GPU Allocators, Task Scheduler and other utilities☆94Dec 23, 2025Updated 2 months ago
- Tracks cross references and allows fast viewing of pseudocode between references☆13Mar 10, 2025Updated 11 months ago
- C++ Fixed Containers☆438Jan 21, 2026Updated last month
- Extensions to the C++ standard library. This library implements polyfills to enable library functionality from later versions of C++ to b…☆111Updated this week
- xxhash-64 in 20 lines☆25Jun 29, 2024Updated last year
- Multi-format serialization library (JSON, XML, YAML, CSV, MsgPack)☆28Feb 22, 2026Updated last week
- The most over-engineered C++ assertion library☆701Jul 26, 2025Updated 7 months ago
- A parser for Microsoft PDB (Program Database) debugging information☆23Nov 5, 2024Updated last year
- String facilities for C++98 and later - a library in search of its identity. Note: renamed from string-lite to make place for string-bare…☆25Nov 28, 2025Updated 3 months ago
- A compiler for a subset of C11 language. Under development...☆13Jan 19, 2024Updated 2 years ago
- Minimalist Operating System designed to implement as much functionality as possible with a budget of 1000 Lines of Code☆12Sep 28, 2016Updated 9 years ago
- Simple Useful Libraries: C++17/20 header-only dynamic bitset