www/notes/programming-resources.md

64 lines
1.5 KiB
Markdown
Raw Normal View History

# Programming Resources
A handy list of blog posts, articles, videos, and books that I would probably
refer to someone or within something.
2024-10-10 05:05:27 +00:00
## Memory Allocation Strategies
- https://www.gingerbill.org/series/memory-allocation-strategies/
2024-10-10 05:05:27 +00:00
## Untangling Lifetimes: The Arena Allocator
2024-10-10 05:05:27 +00:00
Making performant dynamic manual memory management in C feel almost like
garbage collection.
2024-10-10 05:05:27 +00:00
- https://www.rfleury.com/p/untangling-lifetimes-the-arena-allocator
2024-10-10 05:05:27 +00:00
## Immediate-Mode Graphical User Interfaces (2005)
2024-10-10 05:05:27 +00:00
- https://caseymuratori.com/blog_0001
2024-10-10 05:05:27 +00:00
- https://www.youtube.com/watch?v=Z1qyvQsjK5Y
2024-10-10 05:05:27 +00:00
## What Color is Your Function?
2024-10-10 05:05:27 +00:00
- https://journal.stuffwithstuff.com/2015/02/01/what-color-is-your-function/
2024-10-10 05:05:27 +00:00
## Real-time audio programming 101: time waits for nothing
2024-10-10 05:05:27 +00:00
- http://www.rossbencina.com/code/real-time-audio-programming-101-time-waits-for-nothing
2024-10-10 05:05:27 +00:00
## Triangulation
2024-10-10 05:05:27 +00:00
- https://www.humus.name/index.php?ID=228
2024-10-10 05:05:27 +00:00
## Quantifying the Performance of Garbage Collection vs. Explicit Memory Management
2024-10-10 05:05:27 +00:00
- https://people.cs.umass.edu/~emery/pubs/gcvsmalloc.pdf
2024-10-10 05:05:27 +00:00
## Typing is Hard
2024-10-10 05:05:27 +00:00
- https://3fx.ch/typing-is-hard.html
2024-10-10 05:05:27 +00:00
## The Aggregate Magic Algorithms
2024-10-10 05:05:27 +00:00
- http://aggregate.org/MAGIC/
2024-10-10 05:05:27 +00:00
## Ryan Fleury's UI Series
2024-10-10 05:05:27 +00:00
Semi-paywalled
2024-10-10 05:05:27 +00:00
- https://www.rfleury.com/p/ui-series-table-of-contents
## You Could Have Invented Monads! (And Maybe You Already Have.)
- http://blog.sigfpe.com/2006/08/you-could-have-invented-monads-and.html
## Fix Your Timestep!
- https://gafferongames.com/post/fix_your_timestep/
## UTF-8 Everywhere
- http://utf8everywhere.org