We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0284cf4 commit e645b87Copy full SHA for e645b87
Data/HashMap/Internal.hs
@@ -1894,8 +1894,8 @@ difference = go 0
1894
-- we've already matched. Those could be skipped when we check the following
1895
-- elements of ary1.
1896
--
1897
--- TODO: Get ary1 unboxed somehow?! The reboxing is quite weird.
1898
--- Maybe try a different order of arguments?!
+-- TODO: For some reason, ary2 is unboxed, but ary1 is not.
+-- https://gitlab.haskell.org/ghc/ghc/-/issues/26525
1899
differenceCollisions :: Eq k => Hash -> A.Array (Leaf k v1) -> HashMap k v1 -> Hash -> A.Array (Leaf k v2) -> HashMap k v1
1900
differenceCollisions !h1 !ary1 t1 !h2 !ary2
1901
| h1 == h2 =
0 commit comments