p-groarke / fea_libsLinks
Various useful c++ containers and utilities.
☆14Updated last month
Alternatives and similar repositories for fea_libs
Users that are interested in fea_libs are comparing it to the libraries listed below
Sorting:
- ☆26Updated 5 years ago
- C++ components used in the project https://github.com/rnburn/bbai☆52Updated last year
- A replacement for rand()/srand() that's ~700% faster and typically has better statistical distribution. An adaptationof Melissa O'Neill's…☆17Updated last year
- Highly composable C++17 template meta programming library☆39Updated 6 years ago
- A wrapper of common C++ std types for functional programming☆22Updated last year
- A collection of std-like containers written in C++11. Features fast unordered flat map/set, configurable double-ended vector and sparse d…☆34Updated 7 months ago
- homogeneous variadic function parameters☆17Updated last year
- Buffer and byte algorithms/types based on those of Asio☆16Updated 3 years ago
- C++20 fiber implementation with similar interface to std::thread, header-only / x86_64 / Linux only / stackful / built-in scheduler / thr…☆27Updated 8 months ago
- A C++17 metaprogramming library. Strings, Parsing, Typelists, Aggregate to Tuple conversions and Constant integral literals☆51Updated 6 years ago
- A C++ data container replicating std::queue functionality but with better performance.☆34Updated 3 months ago
- The Fancy Named Parameters Library☆31Updated 3 weeks ago
- `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
- type - Strong types for C++98, C++11 and later in a single-file header-only library☆37Updated last year
- 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 C++ library that simplifies working with tuples, variants, and more through argument list generation and the ability to convert from ru…☆61Updated 4 years ago
- Container Traits for Modern C++☆29Updated 4 years ago
- C++20 for flag enums☆27Updated 4 years ago
- Some library components that didn't quite fit anywhere else...☆36Updated 9 months ago
- C++20 Value-oriented Metaprogramming Library☆23Updated 4 months ago
- C++20 SQLite wrapper with an expressive code that runs fast☆26Updated 4 years ago
- Ergonomic C++ Iterator interface for STL containers☆38Updated 2 years ago
- Class template designed to express optionality without having to sacrifice memory to store additional bool flag☆12Updated last year
- C++ Testing using spies and fakes for isolation and simulation☆10Updated 6 years ago
- A sort wrapper enabling both use of random-access sorting on non-random access containers, and increased performance for the sorting of l…☆20Updated last year
- C++20 compile-time reflection library.☆35Updated 7 months 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
- Utilities for working with strings at compile time and passing strings as template parameters.☆23Updated 5 years ago
- Collection of high performance C++ containers that can be chosen as drop-in replacements for std::vector and std::set☆35Updated 3 months ago