We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
two
unionWithKey.goDifferentHash
unordered-containers/Data/HashMap/Internal.hs
Lines 969 to 987 in 8c20f7a
Lines 1668 to 1674 in 8c20f7a
Maybe we can create a common abstraction, e.g. by changing the type of two:
two :: Shift -> Hash -> HashMap k v -> Hash -> HashMap k v -> ST s (HashMap k v)
The text was updated successfully, but these errors were encountered:
Once the Leaf for the first key-value pair is constructed early-on, we can also tweak two with the "shifted hash" tricks introduced in #458.
Leaf
Sorry, something went wrong.
Change two to take two HashMap nodes
b2c38c3
Context: #468
No branches or pull requests
unordered-containers/Data/HashMap/Internal.hs
Lines 969 to 987 in 8c20f7a
unordered-containers/Data/HashMap/Internal.hs
Lines 1668 to 1674 in 8c20f7a
Maybe we can create a common abstraction, e.g. by changing the type of
two
:The text was updated successfully, but these errors were encountered: