mapbox / eternalLinks
A C++14 compile-time/constexpr map and hash map with minimal binary footprint
☆216Updated 2 years ago
Alternatives and similar repositories for eternal
Users that are interested in eternal are comparing it to the libraries listed below
Sorting:
- A fast, simple tuple implementation that implements tuple as an aggregate☆219Updated 10 months ago
- Improved and configurable drop-in replacement to std::function that supports move only types, multiple overloads and more☆573Updated 2 weeks ago
- Eliminate all the tedious hassle when making state-of-the-art C++ 14 - 23 libraries!☆181Updated 2 months ago
- What a c++ standard Unicode library might look like.☆335Updated last year
- Implementation of C++20's std::span for older compilers☆358Updated 2 years ago
- A lightweight, non-owning reference to a callable.☆175Updated 3 years ago
- Home to luple, nuple, C++ String Interning, Struct Reader and C++ Type Loophole☆175Updated 6 years ago
- expected lite - Expected objects in C++11 and later in a single-file header-only library☆479Updated last month
- ☆102Updated last year
- A miniature library for struct-field reflection in C++☆576Updated last week
- A reflective enum implementation for C++☆298Updated last year
- A micro microbenchmarking library for C++11 in a single header file☆224Updated last month
- A dynamically-resizable vector with fixed capacity and embedded storage☆169Updated 4 years ago
- A work in progress minimal C++ static reflection API and codegen tool.☆258Updated 4 years ago
- A modern C++ scope guard that is easy to use but hard to misuse.☆195Updated 2 years ago
- plf::hive is a fork of plf::colony to match the current C++ standards proposal.☆121Updated 3 weeks ago
- Boost.PFR without the boost namespaces☆72Updated last month
- SPY - C++ Information Broker☆155Updated this week
- constexpr implementation of SHA-2 and SHA-3 family of hashes☆223Updated 6 months ago
- Replacement for std::optional that does not waste memory unnecessarily☆129Updated last month
- std::embed implementation for the poor (C++17)☆91Updated last year
- General purpose modern C++ Signal-Slot providing ease of use, flexibility and extremely high performance aiming to replace traditional in…☆223Updated 2 years ago
- C++20 Static Reflection library☆442Updated last month
- Fast C++ container combining the best features of std::vector and std::deque☆128Updated last year
- Compile-time Huffman coding compression using C++20☆171Updated 3 years ago
- An unordered C++ data container providing fast iteration/insertion/erasure while maintaining pointer/iterator validity to non-erased elem…☆461Updated 3 weeks ago
- C++17 library for all your binary de-/serialization needs