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 8 months ago
Alternatives and similar repositories for FastString:
Users that are interested in FastString are comparing it to the libraries listed below
- A stackless, resumable, resettable state machine style coroutine library for C++17. This was made when I discovered that C++20 coroutines…☆19Updated last year
- KISS C++20 Type Reflection using IFC files☆49Updated 7 months ago
- A memory leak and deadlock finder for C, C++☆66Updated 9 months ago
- Single-header, ranges-compatible generator type built on C++20 coroutines☆64Updated last year
- Replacement for std::optional with efficient memory usage and additional features.☆43Updated this week
- Modern C++ Stack and Static based allocators + a Custom Aligned allocator☆95Updated 10 months ago
- An asynchronous FastCGI web microframework for C++☆38Updated 2 months ago
- A header only structure of arrays container for C++☆41Updated last year
- Cryptography library for modern C++.☆75Updated last year
- A fixed capacity dynamically sized string☆64Updated 2 months ago
- Build C, C++ and ASM files in C++☆50Updated 2 years ago
- ☆33Updated 2 years ago
- reflection in c++ for json de/serialization☆43Updated last year
- C++ static vector class template. Also might be known as fixed vector or on-stack vector.☆14Updated 2 years ago
- type - Strong types for C++98, C++11 and later in a single-file header-only library☆36Updated 8 months ago
- Yet another C++ text formatting library.☆70Updated 2 months ago
- A simple C++ HTML Generator☆35Updated 2 years ago
- C++20 compile-time reflection library.☆35Updated 4 months ago
- C++ command line argument parsing and routing☆52Updated 7 months ago
- A modern header-only zero-overhead library for creating smart references☆86Updated 5 years ago
- String facilities for C++98 and later - a library in search of its identity.☆22Updated 2 years ago
- Parent of *-lite repositories, a migration path to post-C++11 features for pre-C++11 environments☆83Updated 3 years ago
- C++20 implementation of {{ mustache }}☆84Updated 2 months ago
- optional bare - A simple version of a C++17-like optional for default-constructible, copyable types, for C++98 and later in a single-fil…☆20Updated 2 years 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 8 months ago
- Boost.PFR without the boost namespaces☆68Updated last year
- A migration path to C++ library extensions scope_exit, scope_fail, scope_success, unique_resource☆45Updated 8 months ago
- A C++ data container replicating std::queue functionality but with better performance.☆30Updated this week
- C++20 single-header library for embedding INI configs☆60Updated last year
- value types for composite class design - with allocators☆43Updated this week