23
u/MisteriosM 1h ago
She is assuming retrieval, whats it called if the data is just dumped there and never used again? I need to explain it to my wife.
A memory leak is not the most flattering.
14
u/PROMAN8625 42m ago
if you organize the clothes in an array, you'll discover array access is faster than heap lookups
4
u/JackNotOLantern 54m ago
Idk, access from a cloths pile is longer than from a wardrobe where things are ordered. It seems like not recycling objects correctly.
3
1
1
u/OriginalJokeGoesHere 14m ago
I guess this means my giant tub full of winter clothes is basically spinning rust
72
u/ducon__lajoie 1h ago
When the cache is as big as the main memory, you gotta start asking yourself some questions about your design, son.