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.
☆23Updated 5 months ago
Related projects ⓘ
Alternatives and complementary repositories for FastString
- A C++ data container replicating std::queue functionality but with better performance.☆30Updated last week
- File/Directory Watcher for Modern C++☆79Updated last year
- ring-span lite - A C++yy-like ring_span type for C++98, C++11 and later in a single-file header-only library☆154Updated 5 months ago
- A fixed capacity dynamically sized string☆63Updated 2 months ago
- C++20 implementation of {{ mustache }}☆83Updated last year
- KISS C++20 Type Reflection using IFC files☆49Updated 4 months ago
- Libusb wrapper for Asio☆63Updated last year
- Core abstractions for dealing with concurrency in C++☆66Updated 7 months ago
- P0323 & P2505 std::expected simple implementation☆39Updated last year
- Single-header, ranges-compatible generator type built on C++20 coroutines☆63Updated last year
- Container Traits for Modern C++☆28Updated 4 years ago
- An indirect value-type for C++☆82Updated last year
- C++ components used in the project https://github.com/rnburn/bbai☆51Updated last year
- A migration path to C++ library extensions scope_exit, scope_fail, scope_success, unique_resource☆44Updated 5 months ago
- Meta C++ Library and Tool☆80Updated last year
- C++20 coroutine library☆121Updated 3 weeks ago
- reflection in c++ for json de/serialization☆40Updated last year
- 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 5 months ago
- C++20 single-header library for embedding INI configs☆59Updated last year
- type - Strong types for C++98, C++11 and later in a single-file header-only library☆36Updated 5 months ago
- Fast C++ container combining the best features of std::vector and std::deque☆119Updated 9 months ago
- Header-only library for automatic (de)serialization of C++ types to/from JSON.☆54Updated 4 years ago
- Provides very lightweight outcome<T> and result<T> (Boost edition)☆41Updated this week
- A library of type traits for introspecting C++ function types☆26Updated 5 years ago
- A compiler-friendly variadic type list for C++.☆36Updated last year
- A header only structure of arrays container for C++☆38Updated last year
- A C++14 reflection library☆69Updated 3 weeks ago
- ☆32Updated 2 years ago
- A stackless, resumable, resettable state machine style coroutine library for C++17. This was made when I discovered that C++20 coroutines…☆18Updated last year
- A C++20 implementation of safe (wrap around) integers following MISRA C++ rules☆76Updated last year