4 skills found
fitzgen / Inlinable StringAn owned, grow-able UTF-8 string that stores small strings inline and avoids heap-allocation.
m3janitha / FastStringFast, 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.
ProphetLamb / TupleOverloadGeneratorOverload `params` array parameter with tuples avoiding heap allocations.
deva666 / LargeList.NET generic IList implementations that avoids Large Object Heap allocations