avoiding-heap-allocations

There are 1 repositories under avoiding-heap-allocations topic.

  • 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.

    Language:C++19224