C++ hash map and hash set which preserve the order of insertion
☆567Nov 2, 2025Updated 3 months ago
Alternatives and similar repositories for ordered-map
Users that are interested in ordered-map are comparing it to the libraries listed below
Sorting:
- C++ implementation of a memory efficient hash map and hash set☆366Nov 3, 2025Updated 3 months ago
- C++ implementation of a fast and memory efficient hash map and hash set specialized for strings☆185Nov 2, 2025Updated 3 months ago
- C++ implementation of a fast hash map and hash set using hopscotch hashing☆765Nov 2, 2025Updated 3 months ago
- C++ implementation of a fast hash map and hash set using robin hood hashing☆1,451Nov 2, 2025Updated 3 months ago
- C++ implementation of a fast and memory efficient HAT-trie☆859Nov 11, 2025Updated 3 months ago
- A fast, memory efficient hash map for C++☆1,300May 19, 2025Updated 9 months ago
- Nameof operator for modern C++, simply obtain the name of a variable, type, function, macro, and enum☆2,285Oct 14, 2024Updated last year
- Your binary serialization library☆1,218Oct 9, 2025Updated 4 months ago
- Improved and configurable drop-in replacement to std::function that supports move only types, multiple overloads and more☆598Jul 17, 2025Updated 7 months ago
- optional lite - A C++17-like optional, a nullable object for C++98, C++11 and later in a single-file header-only library☆421Nov 28, 2025Updated 2 months ago
- STL compatible C++ memory allocator library using a new RawAllocator concept that is similar to an Allocator but easier to use and write.☆1,594May 29, 2025Updated 9 months ago
- Zero overhead utilities for preventing bugs at compile time☆1,632Oct 13, 2025Updated 4 months ago
- A family of header-only, very fast and memory-friendly hashmap and btree containers.☆3,151Dec 6, 2025Updated 2 months ago
- Parsing Expression Grammar Template Library☆2,109Updated this week
- a header-only, constexpr alternative to gperf for C++14 users☆1,527Jul 29, 2025Updated 7 months ago
- C++11/14/17 std::optional with functional-style extensions and reference support☆922Jun 10, 2024Updated last year
- std::tuple like methods for user defined types without any macro or boilerplate code☆1,467Feb 11, 2026Updated 2 weeks ago
- span lite - A C++20-like span for C++98, C++11 and later in a single-file header-only library☆513Feb 6, 2026Updated 3 weeks ago
- C++ compile-time enum to string, iteration, in a single header file☆1,811Feb 10, 2024Updated 2 years ago
- scanf for modern C++☆1,298Oct 29, 2025Updated 3 months ago
- Compile Time Regular Expression in C++☆3,761Sep 12, 2025Updated 5 months ago
- Fast and memory efficient c++ flat hash table/map/set☆688Feb 18, 2026Updated last week
- An unordered C++ data container providing fast iteration/insertion/erasure while maintaining pointer/iterator validity to non-erased elem…☆487Jan 2, 2026Updated last month
- A C++ library of Concurrent Data Structures☆2,727Oct 17, 2023Updated 2 years ago
- Async++ concurrency framework for C++11☆1,410Oct 11, 2024Updated last year
- Yet Another Serialization☆772Feb 18, 2025Updated last year
- C++14 lock-free queue.☆1,816Feb 17, 2026Updated last week
- A header-only C++ library for task concurrency☆632May 18, 2023Updated 2 years ago
- Cista is a simple, high-performance, zero-copy C++ serialization & reflection library.☆2,178Feb 15, 2026Updated last week
- expected lite - C++23 expected objects for C++11 and later in a single-file header-only library☆539Dec 27, 2025Updated 2 months ago
- Multiprecision for modern C++☆319Dec 10, 2024Updated last year
- A miniature library for struct-field reflection in C++☆636Oct 31, 2025Updated 3 months ago
- universal serialization engine☆1,298Feb 11, 2026Updated 2 weeks ago
- A bounded single-producer single-consumer wait-free and lock-free queue written in C++11☆1,168Jan 4, 2024Updated 2 years ago
- Instant compile time C++ 11 metaprogramming library☆572Sep 7, 2022Updated 3 years ago
- C++14 asynchronous allocation aware futures (supporting then, exception handling, coroutines and connections)☆853Sep 12, 2023Updated 2 years ago
- Library to parse and work with the C++ AST☆1,768Jun 13, 2024Updated last year
- 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
- A polymorphic value-type for C++☆227Sep 22, 2023Updated 2 years ago