Remove custom html from markdown, clean-up UI (again) Signed-off-by: Paul W. <lambdapaul@protonmail.com>
1.2 KiB
Programming Resources
A handy list of blog posts, articles, videos, and books that I would probably refer to someone or within something.
-
Untangling Lifetimes: The Arena Allocator
Making performant dynamic manual memory management in C feel almost like garbage collection.
https://www.rfleury.com/p/untangling-lifetimes-the-arena-allocator
-
Ryan Fleury's UI Series
Semi-paywalled
-
Immediate-Mode Graphical User Interfaces (2005)
-
What Color is Your Function?
https://journal.stuffwithstuff.com/2015/02/01/what-color-is-your-function/
-
Real-time audio programming 101: time waits for nothing
http://www.rossbencina.com/code/real-time-audio-programming-101-time-waits-for-nothing
-
Triangulation
-
Quantifying the Performance of Garbage Collection vs. Explicit Memory Management
-
Typing is Hard
-
The Aggregate Magic Algorithms