File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 99 * [ ` HashSet.fromList ` : Use ` unsafeInsert ` ] ( https://github.com/haskell-unordered-containers/unordered-containers/pull/515 )
1010 * [ Use tree-diffing for ` difference ` ] ( https://github.com/haskell-unordered-containers/unordered-containers/pull/535 )
1111 * [ Remove some unnecessary forcing of HashMaps] ( https://github.com/haskell-unordered-containers/unordered-containers/pull/545 )
12- * [ Optimize indexing in arrays of length 2] ( https://github.com/haskell-unordered-containers/unordered-containers/pull/528 )
1312 * [ Remove the ` Array.index ` function] ( https://github.com/haskell-unordered-containers/unordered-containers/pull/539 )
1413 * [ ` hashWithSalt ` : Ensure that the salt ` Int ` is unboxed] ( https://github.com/haskell-unordered-containers/unordered-containers/pull/569 )
1514
2221* Other changes:
2322 * [ Drop support for GHC < 8.10] ( https://github.com/haskell-unordered-containers/unordered-containers/pull/510 )
2423 * [ Address deprecation warnings and other warnings] ( https://github.com/haskell-unordered-containers/unordered-containers/pull/512 )
24+ * [ Optimize indexing in arrays of length 2] ( https://github.com/haskell-unordered-containers/unordered-containers/pull/528 )
2525 * [ Introduce ` ShiftedHash ` ] ( https://github.com/haskell-unordered-containers/unordered-containers/pull/529 )
2626 * [ New "fine-grained" benchmarks] ( https://github.com/haskell-unordered-containers/unordered-containers/pull/526 )
2727 * [ Make it compile with MicroHs] ( https://github.com/haskell-unordered-containers/unordered-containers/pull/553 ) . Thanks, @augustss !
You can’t perform that action at this time.
0 commit comments