GeorgeHaldane
- Karma
- 0
- Created
- ()
- Submissions
- 0
-
Hello HN. Despite the seeming triviality of the problem, there seems to be no stand-alone threadpools that support nested tasks, so I decided to make one and pair it with a proper API for parallel loops and reductions.…
- Show HN: Yet another JSON lib (C++17) (github.com)
Hello HN. There is no shortage of excellent JSON libraries out there, so initially this one was built mostly out of curiosity for writing parsers. JSON proved to be a quite pleasant format to work with so eventually…
- Show HN: Fast Random Library for C++17 (github.com)
Morning HN. Random number generation feels is a somewhat underrepresented topic in the C++ realm. There is a lot of questionable info about it found online and even the standard library is quite behind the times in…
- Show HN: Single-Header Profiler for C++17 (github.com)
Morning HN. I often found myself wondering "how much does this code segment take in terms of total runtime" and it's often quite annoying to figure out with optimizations enabled, especially when working on something…