Skip to main content
Incomputable's user avatar
Incomputable's user avatar
Incomputable's user avatar
Incomputable
  • Member for 8 years, 6 months
  • Last seen this week
15 votes
2 answers
2k views

Block-free priority lock

12 votes
3 answers
5k views

Matrix template with basic operations and utilities

11 votes
2 answers
2k views

type_list with utilities

10 votes
3 answers
6k views

Typelist with extractor

10 votes
2 answers
219 views

Discrete selector

10 votes
2 answers
2k views

Generic binary search tree in C++

9 votes
1 answer
359 views

Generating maze for complicated Hunt the Wumpus game

8 votes
1 answer
280 views

Implementing and benchmarking Radix Sort on unsigned integers

7 votes
2 answers
2k views

Generic in order traversal iterator for binary trees

7 votes
1 answer
430 views

C++ benchmark v2

7 votes
2 answers
2k views

The real std::apply

7 votes
2 answers
890 views

Tokenize and detect syntactic errors in simple math expressions

7 votes
3 answers
4k views

Building abstract syntax tree for markargs

7 votes
1 answer
308 views

Preprocessing iterator

7 votes
1 answer
3k views

Transforming iterator

7 votes
3 answers
192 views

Endless stream: stream a range and return default value if the range is exhausted

6 votes
1 answer
162 views

Generate multi dimensional maze with borders and fixed degree on each node type

6 votes
2 answers
365 views

Find the most frequent element in a sequence without copying elements

6 votes
2 answers
3k views

constant sized circular (ring) buffer

6 votes
2 answers
548 views

Better generic binary search tree in C++

5 votes
1 answer
3k views

Simplified std::thread implementation using pthreads

5 votes
1 answer
223 views

Overhauled tokenizer for markargs

5 votes
0 answers
2k views

Generic sliding window

4 votes
0 answers
861 views

Custom basic std::variant

4 votes
1 answer
469 views

ASCII to uint16 using fallthrough

4 votes
2 answers
107 views

Operations on a heap

3 votes
2 answers
10k views

Printing facility for std::chrono::time_point

3 votes
1 answer
2k views

Fill by sequence, possibly better std::iota

3 votes
2 answers
1k views

scope_exit macro

3 votes
1 answer
72 views

Stateful prime_numbers class for searching and storing primes