top | item 35410027

(no title)

grenoire | 2 years ago

Our brain simply seems to have a lot of cache misses and bad garbage collection.

discuss

order

aldanor|2 years ago

I had a similar thought as well. The questions are then, first, how do we think/work in more cache-friendly manner? Do things linearly, plan things ahead, don't branch out on random noise? And, how to minimise allocations? Don't try to ingest more information than what you can fit on your "stack"?

// and don't forget about "stack unwinding" before going to bed

grenoire|2 years ago

I think of sleep, naps, showers, walks as just giving my brain the rest to do some garbage collection (and set SP to 0).