marzer / muuLinks
Miscellaneous Useful Utilities for C++.
☆30Updated last year
Alternatives and similar repositories for muu
Users that are interested in muu are comparing it to the libraries listed below
Sorting:
- A compiler-friendly variadic type list for C++.☆36Updated 2 years ago
- A migration path to C++ library extensions scope_exit, scope_fail, scope_success, unique_resource☆46Updated 2 months ago
- A static reflection framework for C++, using libclang.☆55Updated 3 years ago
- Container Traits for Modern C++☆29Updated 4 years ago
- A C++ data container replicating std::queue functionality but with better performance.☆34Updated 3 months ago
- Kraken is an open-source modern math library that comes with a fast-fixed matrix class and math-related functions.☆31Updated last year
- Similar to python's `repr`, for c++☆32Updated 3 years ago
- Task System presented in "Better Code: Concurrency - Sean Parent"☆42Updated 4 years ago
- A fixed capacity dynamically sized string☆66Updated last month
- mlib is a fast, simple c++ meta-programming library that uses c++20.☆46Updated last year
- Structure to Tuple Conversions in C++17☆27Updated 5 years ago
- An easy-to-use and competitively fast JSON parsing library for C++17, forked from Bitcoin Cash Node's own UniValue library.☆31Updated 11 months ago
- Type traits for properties of C / C++ enum types☆21Updated 5 years ago
- <charconv> from Microsoft STL, but multi-platform☆38Updated 2 months ago
- Displayed width of UTF-8 strings in Modern C++☆47Updated 2 years ago
- An implementation of the char8_t remediation approaches discussed in P1423 (https://wg21.link/p1423).☆25Updated 3 years ago
- Result<T, E> for Modern C++☆34Updated 5 years ago
- Header-only C++ library providing compile-time functional operators that work with raw function pointers☆49Updated 2 years ago
- A replacement for rand()/srand() that's ~700% faster and typically has better statistical distribution. An adaptationof Melissa O'Neill's…☆17Updated last year
- A single-file header-only version of C++17-like invoke() for C++98, C++11 and later☆32Updated last year
- A library of type traits for introspecting C++ function types☆29Updated 6 years ago
- 📜 Give credit automatically! A license disclaimer generator for your CPM.cmake dependencies.☆39Updated 2 years ago
- C++ library of performance-minded contiguous containers, strings and streams☆14Updated 7 years ago
- Utilities for working with strings at compile time and passing strings as template parameters.☆23Updated 5 years ago
- C++ sanctuary for small but powerful and frequently required, stand alone features.☆29Updated 9 months ago
- type - Strong types for C++98, C++11 and later in a single-file header-only library☆37Updated last year
- Demo implementation of C++ networking