3 skills found
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.
karel-burda / Constexpr Hash MapCompile-time single-header hash-map written in C++ 17
vovagorodok / ArrayUtilsMap as array of pairs with constexpr constructors