Dictionaries.jl icon indicating copy to clipboard operation
Dictionaries.jl copied to clipboard

iterate over hashes

Open maartensandbox opened this issue 1 year ago • 2 comments

I have two dictionaries. I iterate over the keyvalue pairs of the first one, and if the second dict also contains that key then I assign it a new value.

It would be nice if I was able (maybe I already am?) to iterate over the (key,hash,value) pairs, and have a faster lookup in the second dict that avoids rehashing the key.

maartensandbox avatar Mar 25 '23 10:03 maartensandbox