5 ms·
DOOM https://github.com/id-Software/DOOM/tree/master/linuxdoom-1.10 https://github.com/id-Software/DOOM/tree/master/linuxdoom-1....
by cdiamand 3y ago
DOOM
https://github.com/id-Software/DOOM/tree/master/linuxdoom-1.10 https://github.com/id-Software/DOOM/tree/master/linuxdoom-1....
- foobiekr 3y agoagreed. really any performance oriented code would be useful. god help the kids reading the trash that makes up 99% of the code out there today.
- shortrounddev2 3y agoPerformance oriented code can be hard to maintain. Writing things in unintuitive ways to try to coerce the compiler into doing fewer instructions can result in code that's harder to read.
- foobiekr 3y agoThere are degrees. I’d be happy to not see code generating millions of medium lifetime garbage objects per request.