If you use a hash table, you search every time you retrieve an object.
If you didn’t retrieve, why would you be storing the data in the first place?
If you use a hash table, you search every time you retrieve an object.
If you didn’t retrieve, why would you be storing the data in the first place?
source_of_truth@lemmy.world 2 months ago
I know that, but phrased that way it sort of sounds like they’re iterating over the entire thing.