|
|
|
|
|
by tptacek
805 days ago
|
|
Meh, not really? This seems more analogous to memory allocator optimization, where your libc malloc() is "optimized" to give adequate performance to all sorts of different allocation patterns, but you can do much better if you know a priori what your application's actual pattern will be. Just swap out "malloc()" with "the process scheduler" here. |
|
https://www.destroyallsoftware.com/talks/the-birth-and-death...