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:
- C++ components used in the project https://github.com/rnburn/bbai☆53Updated 2 years ago
- atomic lite - a C++11 atomic operations library for C++98 and later☆16Updated last month
- A C++17 metaprogramming library. Strings, Parsing, Typelists, Aggregate to Tuple conversions and Constant integral literals☆52Updated 6 years ago
- ☆25Updated 5 years ago
- A C++20 serialization library (cereal fork)☆30Updated 6 months ago
- A C++ data container replicating std::queue functionality but with better performance.☆37Updated last week
- A header only structure of arrays container for C++☆43Updated 2 years ago
- C++11 Header-only continuous-storage Double ended vector implementation similar to STL's std::vector for efficient insertions/removals at…☆15Updated 3 years ago
- A C++ SIMD mathematics library for computer graphics.☆28Updated 3 months ago
- CppDyn is a library which aims to simplify use of polymorphism in C++20☆20Updated 4 years ago
- type - Strong types for C++98, C++11 and later in a single-file header-only library☆39Updated last month
- "Small Vector" optimization for Modern C++: store up to a small number of items on the stack☆35Updated 4 years ago
- Collection of high performance C++ containers that can be chosen as drop-in replacements for std::vector and std::set☆37Updated 3 months ago
- Container Traits for Modern C++☆29Updated 5 years ago
- The Fancy Named Parameters Library☆36Updated 2 months ago
- `cxx_modules_converter.py` is a Python script to convert C++ sources and headers to C++20 modules.☆14Updated 2 months ago
- Buffer and byte algorithms/types based on those of Asio☆16Updated 3 years ago
- Null-termination-aware string-view class for C++☆26Updated 5 months ago
- A collection of std-like containers written in C++11. Features fast unordered flat map/set, configurable double-ended vector and sparse d…☆43Updated 4 months ago
- A self-contained, header-only, implementation of memory-mapped files in C++ for fast integration into larger projects.☆26Updated last year
- A compiler-friendly variadic type list for C++.☆38Updated 2 years ago
- envy: Deserialize environment variables into type-safe structs☆67Updated 5 years ago
- Class template designed to express optionality without having to sacrifice memory to store additional bool flag☆14Updated 2 years ago
- Highly composable C++17 template meta programming library☆40Updated 6 years ago
- 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…☆25Updated last month
- Compact SVO optimized vector for C++17 or higher☆112Updated last year
- `mp::inplace_string<CharT, MaxSize, Traits>` is a `std::string`-like class template that stores text content in-place inside the class☆11Updated 7 years ago
- Radix set/map implementation☆19Updated last year
- A replacement for rand()/srand() that's ~700% faster and typically has better statistical distribution. An adaptationof Melissa O'Neill's…☆19Updated last year
- Cross-platform C++ Utility Library☆56Updated last week