A few more single file libraries
25 May 2017 | singleFile header CI keep finding more and more interesting single file header libraries. If only I had enough time to really try them out.
These are tiny
I found this great collection of libraries aptly named: tinyheaders. These have been developed by Randy Gaul, a game developer with a super interesting blog. I found these libraries when a reference to a tiny Huffman algorithm popped into my twitter feed. I will admit I did not know Huffman compression actually exists. I only knew the name out of an episode of Silicon Valley! Shame on me.
Remotery
Remotery is a CPU/GPU real time debugger implemented in a single file header. Its output can be reviewed in a web app:
Ironically enough the visualizing web app is about 20 files which is infinitely (or so) bigger than the profiling library itself.