p-groarke / fea_libsLinks
Various useful c++ containers and utilities.
☆14Updated 2 months ago
Alternatives and similar repositories for fea_libs
Users that are interested in fea_libs are comparing it to the libraries listed below
Sorting:
- A C++ data container replicating std::queue functionality but with better performance.☆34Updated last week
- A C++20 serialization library (cereal fork)☆29Updated 3 weeks ago
- A collection of std-like containers written in C++11. Features fast unordered flat map/set, configurable double-ended vector and sparse d…☆37Updated 9 months ago
- C++ components used in the project https://github.com/rnburn/bbai☆52Updated last year
- Container Traits for Modern C++☆29Updated 4 years ago
- "Small Vector" optimization for Modern C++: store up to a small number of items on the stack☆35Updated 4 years ago
- ☆26Updated 5 years ago
- A header only structure of arrays container for C++☆41Updated 2 years ago
- HTTP/1 parsing and serialization algorithms using C++11☆29Updated last week
- Collection of high performance C++ containers that can be chosen as drop-in replacements for std::vector and std::set☆35Updated 5 months ago
- CppDyn is a library which aims to simplify use of polymorphism in C++20☆19Updated 3 years ago
- Header-only C++ libraries☆18Updated 5 months ago
- Class template designed to express optionality without having to sacrifice memory to store additional bool flag☆13Updated last year
- C++20 compile-time reflection library.☆35Updated 9 months ago
- String facilities for C++98 and later - a library in search of its identity.☆22Updated 2 years ago
- atomic lite - a C++11 atomic operations library for C++98 and later☆13Updated last year
- IEEE-754 binary-to-decimal and decimal-to-binary conversion library☆41Updated 2 years ago
- Some library components that didn't quite fit anywhere else...☆37Updated 10 months ago
- Displayed width of UTF-8 strings in Modern C++☆47Updated 2 years ago
- `cxx_modules_converter.py` is a Python script to convert C++ sources and headers to C++20 modules.