Skip to main content
Stefan's user avatar
Stefan's user avatar
Stefan's user avatar
Stefan
  • Member for 8 years, 7 months
  • Last seen more than 1 year ago
11 votes
2 answers
5k views

C++17 saturating integer (arithmetic) type library

10 votes
2 answers
7k views

C++ Bit shift whole array (left)

10 votes
1 answer
693 views

C++ library to compile-time merge sets to a single array

9 votes
3 answers
2k views

C++ edit distance / string similarity function based on the Jaro-Winkler algorithm

5 votes
1 answer
161 views

C++ library with tools for (arithmetic) type manipulation and mixing

5 votes
1 answer
989 views

C++ mathematical n-dimensional vector template using fold expressions

5 votes
3 answers
1k views

C++ choose between runtime and compile time implementation functions

4 votes
1 answer
559 views

C++ Calculate euclidean distance between tuples, for specified indices

3 votes
2 answers
271 views

Variadic function to find the first matching (string) argument in a larger array

2 votes
1 answer
492 views

C++ sum and averaging functions for arrays and argument sets

2 votes
1 answer
1k views

C++ generic, multi-dimensional linear interpolation template

2 votes
2 answers
452 views

C++ distributed enumeration alternative

1 vote
2 answers
506 views

Map a set of types to unique IDs and runtime reinterpret back from ID and pointer in C++17