C
Articles involving the C programming language. See also C++ and Linux articles.
Posts
Allocator Testing
This post contains a bunch of ideas on testing custom allocators in C, assuming a single-threaded scenario.
Cursed Syscalls to Set IO Priority in Python
While cleaning up some of my dotfiles, I found what may be the most cursed Python code I have ever written: raw syscalls that required parsing Linux header files.
Dump notes