m3janitha / FastString
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 10 months ago
Alternatives and similar repositories for FastString:
Users that are interested in FastString are comparing it to the libraries listed below
- A fixed capacity dynamically sized string☆65Updated last month
- File/Directory Watcher for Modern C++☆83Updated 2 years ago
- Displayed width of UTF-8 strings in Modern C++☆47Updated 2 years ago
- A header only structure of arrays container for C++☆41Updated last year
- A header-only C++20 library of fast delegates and events☆25Updated last year
- Single-header, ranges-compatible generator type built on C++20 coroutines☆65Updated 2 years ago
- A utility for creating amalgamated single-header C++ libraries☆54Updated 3 years ago
- Parent of *-lite repositories, a migration path to post-C++11 features for pre-C++11 environments☆83Updated 3 years ago
- <charconv> from Microsoft STL, but multi-platform☆37Updated 2 weeks 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☆48Updated 10 months ago
- Libusb wrapper for Asio☆64Updated 2 years ago
- KISS C++20 Type Reflection using IFC files☆68Updated 9 months ago
- A C++ data container replicating std::stack functionality but with better performance than standard library containers in a stack context…☆65Updated last month
- A migration path to C++ library extensions scope_exit, scope_fail, scope_success, unique_resource☆45Updated 3 weeks ago
- A C++ data container replicating std::queue functionality but with better performance.☆33Updated last month
- C++20 compile-time reflection library.☆35Updated 6 months ago
- String facilities for C++98 and later - a library in search of its identity.☆22Updated 2 years ago
- Fast delegates implementation☆56Updated 2 years ago
- Replacement for std::optional with efficient memory usage and additional features.☆46Updated last month
- Modern C++ Stack and Static based allocators + a Custom Aligned allocator☆97Updated last year
- C++20 SQLite wrapper with an expressive code that runs fast☆26Updated 4 years ago
- An asynchronous FastCGI web microframework for C++☆38Updated 4 months ago
- P0323 & P2505 std::expected simple implementation☆39Updated 3 weeks ago
- A library of type traits for introspecting C++ function types☆29Updated 6 years ago
- A memory leak and deadlock finder for C, C++☆71Updated 11 months ago
- Fast C++ container combining the best features of std::vector and std::deque☆126Updated last year
- A C++17 metaprogramming library. Strings, Parsing, Typelists, Aggregate to Tuple conversions and Constant integral literals☆51Updated 6 years ago
- C++ Better Futures☆44Updated 2 years ago
- value types for composite class design - with allocators☆48Updated this week
- Ease-of-use-first argument parsing for C++23☆61Updated 2 months ago