They’re too dirty to hang back up in the wardrobe
Why? Can they smear other clothes?
Yes.
Because it’s covered in come, again.
A well organized drawer or cabinet should still be O(1). It takes at least 2 more steps, assuming you don’t leave them open all the time, but the number of operations doesn’t change depending on the number of clothing items you need to retrieve.
A pile of clothes is faster, but only for a small number of items. As the number of articles pile up, they hide older items and need to be pushed side before the intended article can be found and then retrieved. This is now O(N), and less efficient than just storing things in the proper place…
You’re saying this as if there isn’t multiple piles mixed fresh and dirty clothes with an O(n^2) complexity to find something you want.
I personally prefer to have my clothes indexed in an ordered storage so I know exactly which row in the drawers clean shirts are in.
That makes me think of how much it annoys me when things are really messy and disorganized in our house, which is very often.
It’s like there’s no indexing. Where is thing X that somebody else used last? Time to start a fresh empty-cache brute force search of the whole space!
Silly commenter.
L1 cache shouldn’t be large. Increasing the size of the L1 cache increases the latency. Maybe if you shrink the size of the cloths you wear you can squeeze more into the chair, but the ideal L1 cache has to minimize it’s distance from processing. Oversizing adds latency.
Your L2 cache is where you generally try and shove a much bigger cache into it, but it’s still got a size constraint for the latency you are after. Further, typically L1 and L2 only serve 1 CPU. To multi-process stuff you’ll typically need an even larger L3 cache which is shared among cores.
So the cloths on your chair should be minimal for fast access (L1). You can put more cloths on your bed and dressers or in laundry baskets that can be promoted to the chair if you start needing them more often (L2). You can throw a bunch of cloths into a pile in the corner which sit there for a few years and serve many occasions (L3).
The worst thing is going back to main memory (your closet) to search for specialty cloths you are ultimately going to need to send back to the closet. And heavy help you if you have to swap (do laundry).
I don’t subscribe to tracking how long something has been worn. I wear the same shorts or jeans for days in summer and months in winter
I judge them on whether they still look and smell good