Explore >> Select a destination


You are here

byroot.github.io
| | bernsteinbear.com
4.1 parsecs away

Travel
| | Optimizing bytecode interpreters by avoiding heap allocation
| | ashvardanian.com
4.6 parsecs away

Travel
| | I'd argue that almost every open-source developer gets an extra spark of joy when someone reads the documentation and uses their tool in a way that goes beyond the classic 101 examples. It's a rare treat even for popular projects like JSON parsers, but if you are building high-throughput software, such as analyzing millions of network packets per second, you'll have to dig deeper. The first thing I generally check in such libraries is the memory usage pattern and whether I can override the default memory...
| | artem.krylysov.com
4.4 parsecs away

Travel
| |
| | thatonegamedev.com
30.0 parsecs away

Travel
| Dive into the world of C generics, exploring how to write flexible, type-safe code without the pitfalls of traditional macro-based solutions. Learn about modern techniques to achieve generic programming in C.