m3janitha / FastStringLinks
Fast, in stack, fixed size string implementation with constexpr noexcept constructors and accessors. fixed_size_string improves memory locality and latency of strings by avoiding heap allocations.
☆26Updated last year
Alternatives and similar repositories for FastString
Users that are interested in FastString are comparing it to the libraries listed below
Sorting:
- Cryptography library for modern C++.☆77Updated 2 years ago
- Replacement for std::optional with efficient memory usage and additional features.☆51Updated 10 months ago
- A library of type traits for introspecting C++ function types☆31Updated 6 years ago
- KISS C++20 Type Reflection using IFC files☆74Updated last year
- Faster enum reflection for C++17 since I don't want to wait for C++26 reflection.☆102Updated 3 months ago
- Ease-of-use-first argument parsing for C++23☆63Updated last week
- Meta C++ Library and Tool☆83Updated 3 years ago
- OctaneGUI is a renderer agnostic multi-window multi-platform UI library for C++.☆204Updated last year
- File/Directory Watcher for Modern C++☆87Updated 3 years ago
- tser - tiny serialization for C++☆146Updated 4 years ago
- C++ utilities☆144Updated last month
- A compiler-friendly variadic type list for C++.☆38Updated 2 years ago
- A C++ commandline for use in servers and chat software. Provides very simple asynchronous input/output.☆94Updated last week
- C++20 Dynamic Reflection Library☆139Updated 9 months ago
- value-ptr-lite - A C++ smart-pointer with value semantics for C++98, C++11 and later in a single-file header-only library☆52Updated last month
- Fast C++ container combining the best features of std::vector and std::deque☆129Updated last year
- C++20 compile-time reflection library.☆35Updated last year
- A migration path to C++ library extensions scope_exit, scope_fail, scope_success, unique_resource, C++ standard libraries extensions, ver…☆52Updated last month
- Single-header header-only C++11 / C++14 / C++17 library for easily managing set of auto-generated type-safe flags.☆93Updated 4 years ago
- Modern C++ made easy☆140Updated this week
- 📣 Hey listen! A simple general-purpose event-listener system for C++17.☆139Updated 4 years ago
- ☆40Updated 2 years ago
- Parent of *-lite repositories, a migration path to post-C++98 library features via polyfills.☆89Updated 3 months ago
- Lightweight header-only C++20 enum and typename reflection☆82Updated 5 months ago
- Compile-time string manipulation library for modern C++☆59Updated last year
- Single-header, ranges-compatible generator type built on C++20 coroutines☆68Updated 2 years ago
- A vector based map that implements a red black tree under the hood. Performs faster insertions and deletions than std::map and has a red…☆13Updated last year
- type - Strong types for C++98, C++11 and later in a single-file header-only library☆39Updated last month
- A C++ data container replicating std::queue functionality but with better performance.☆37Updated last week
- stl-like algorithms for TYPES☆31Updated 2 years ago