Update prgm-resources with new stuff
This commit is contained in:
parent
a0a926d346
commit
6198ca2a35
@ -3,50 +3,61 @@
|
||||
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
|
||||
## Memory Allocation Strategies
|
||||
|
||||
Making performant dynamic manual memory management in C feel almost like
|
||||
garbage collection.
|
||||
- https://www.gingerbill.org/series/memory-allocation-strategies/
|
||||
|
||||
https://www.rfleury.com/p/untangling-lifetimes-the-arena-allocator
|
||||
## Untangling Lifetimes: The Arena Allocator
|
||||
|
||||
- Ryan Fleury's UI Series
|
||||
Making performant dynamic manual memory management in C feel almost like
|
||||
garbage collection.
|
||||
|
||||
Semi-paywalled
|
||||
- https://www.rfleury.com/p/untangling-lifetimes-the-arena-allocator
|
||||
|
||||
https://www.rfleury.com/p/ui-series-table-of-contents
|
||||
## Immediate-Mode Graphical User Interfaces (2005)
|
||||
|
||||
- Immediate-Mode Graphical User Interfaces (2005)
|
||||
- https://caseymuratori.com/blog_0001
|
||||
|
||||
https://caseymuratori.com/blog_0001
|
||||
- https://www.youtube.com/watch?v=Z1qyvQsjK5Y
|
||||
|
||||
https://www.youtube.com/watch?v=Z1qyvQsjK5Y
|
||||
## What Color is Your Function?
|
||||
|
||||
- What Color is Your Function?
|
||||
- https://journal.stuffwithstuff.com/2015/02/01/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
|
||||
|
||||
- Real-time audio programming 101: time waits for nothing
|
||||
- http://www.rossbencina.com/code/real-time-audio-programming-101-time-waits-for-nothing
|
||||
|
||||
http://www.rossbencina.com/code/real-time-audio-programming-101-time-waits-for-nothing
|
||||
## Triangulation
|
||||
|
||||
- Triangulation
|
||||
- https://www.humus.name/index.php?ID=228
|
||||
|
||||
https://www.humus.name/index.php?ID=228
|
||||
## Quantifying the Performance of Garbage Collection vs. Explicit Memory Management
|
||||
|
||||
- Quantifying the Performance of Garbage Collection vs. Explicit Memory
|
||||
Management
|
||||
- https://people.cs.umass.edu/~emery/pubs/gcvsmalloc.pdf
|
||||
|
||||
https://people.cs.umass.edu/~emery/pubs/gcvsmalloc.pdf
|
||||
## Typing is Hard
|
||||
|
||||
- Typing is Hard
|
||||
- https://3fx.ch/typing-is-hard.html
|
||||
|
||||
https://3fx.ch/typing-is-hard.html
|
||||
## The Aggregate Magic Algorithms
|
||||
|
||||
- The Aggregate Magic Algorithms
|
||||
- http://aggregate.org/MAGIC/
|
||||
|
||||
http://aggregate.org/MAGIC/
|
||||
## Ryan Fleury's UI Series
|
||||
|
||||
- Memory Allocation Strategies
|
||||
Semi-paywalled
|
||||
|
||||
https://www.gingerbill.org/series/memory-allocation-strategies/
|
||||
- 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
|
||||
|
Loading…
Reference in New Issue
Block a user