-
Notifications
You must be signed in to change notification settings - Fork 100
Comparing changes
Open a pull request
base repository: haskell-unordered-containers/unordered-containers
base: v0.2.11.0
head repository: haskell-unordered-containers/unordered-containers
compare: v0.2.12.0
- 13 commits
- 17 files changed
- 3 contributors
Commits on Jun 21, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 53fe080 - Browse repository at this point
Copy the full SHA 53fe080View commit details -
Configuration menu - View commit details
-
Copy full SHA for e6598b5 - Browse repository at this point
Copy the full SHA e6598b5View commit details -
Remove dead code from Data.HashMap.Array (#271)
* Remove unused Array.traverse{ST,IO} functions * Remove unused Array.copyM function * Remove unused Array.run2 function * Remove unused Int argument from array function * Remove copyMutableArray#, clean up imports * Remove Int parameter from marray function * Remove Array.lengthM and sizeOfSmallMutableArray# * Revert "Remove unused Array.traverse{ST,IO} functions" This reverts commit 492b394. * Revert "Remove Array.lengthM and sizeOfSmallMutableArray#" This reverts commit 3b04d96. * Revert "Remove copyMutableArray#, clean up imports" This reverts commit 126a7d5. * Silence warnings regarding copyMutableArray# * Remove [m]array smart constructors * Revert "Remove unused Array.copyM function" This reverts commit 089e9e4.
Configuration menu - View commit details
-
Copy full SHA for 6b80aa8 - Browse repository at this point
Copy the full SHA 6b80aa8View commit details
Commits on Jun 25, 2020
-
Travis: Remove job using ghc-head (#279)
The latest ghc-head version is 8.7.20181217, so this job is quite useless now. See https://launchpad.net/~hvr/+archive/ubuntu/ghc
Configuration menu - View commit details
-
Copy full SHA for 0aa1c6a - Browse repository at this point
Copy the full SHA 0aa1c6aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4bf0430 - Browse repository at this point
Copy the full SHA 4bf0430View commit details
Commits on Jul 12, 2020
-
Remove custom unsafeShift{L,R} definitions (#281)
With GHC < 8.2, the standard `unsafeShift{L,R}` definitions aren't inlined properly in larger unfoldings. This results in benchmark slowdowns on the order of 1 to 6%.
Configuration menu - View commit details
-
Copy full SHA for 7485f5c - Browse repository at this point
Copy the full SHA 7485f5cView commit details
Commits on Jul 20, 2020
-
Improve HashSet API docs. (#267)
- More information in introduction (basic operations, and using HashSet with custom data types) - Examples alongside function docs
Configuration menu - View commit details
-
Copy full SHA for afcbc77 - Browse repository at this point
Copy the full SHA afcbc77View commit details -
Rename and expose internal modules (#283)
This also removes some "Stability" annotations from internal modules. Context: #211.
Configuration menu - View commit details
-
Copy full SHA for 6f1a92f - Browse repository at this point
Copy the full SHA 6f1a92fView commit details
Commits on Jul 21, 2020
-
Configuration menu - View commit details
-
Copy full SHA for f508e18 - Browse repository at this point
Copy the full SHA f508e18View commit details
Commits on Jul 30, 2020
-
Fast inclusion operation on hashmaps and hashsets (#282)
* add fast subset operation * add explanation for subkey offset in lookupCont * rename subset operation for compatibility with containers API * update docs: union is not a least upper bound operator for `isSubmapOf`. * explain runtime complexity of isSubmapOf. * isSubmapOfBy: move `Empty` case to top * isSubmapOfBy: fix comments * isSubsetOf: add example * isSubmapOf: quickcheck test for compatibility with containers * isSubmapOf: use arbitrary instance of HashMap * isSubmapOf: fix comments again * isSubmapOf: update doc for runtime complexity * remove mathematical symbols from user doc * add difference subset quickcheck property * add `all` function for arrays * fix comments in `isSubmapOf` * fix wrong runtime complexity of set inclusion * delete unused property * fix error in `isSubmapOf` based on wrong assumption * add benchmarks * change a few recursive `isSubmap` cases to `False` * add strictness annotations * make isSubmapOf and isSubmapOfBy INLINABLE
Configuration menu - View commit details
-
Copy full SHA for 352591a - Browse repository at this point
Copy the full SHA 352591aView commit details -
Mark internal modules
not-home
for haddock (#294)…to ensure that hyperlinks preferably target the public modules.
Configuration menu - View commit details
-
Copy full SHA for efa706b - Browse repository at this point
Copy the full SHA efa706bView commit details -
Travis: Limit branch builds to master (#295)
…not much use having them in PRs.
Configuration menu - View commit details
-
Copy full SHA for 3cc98a4 - Browse repository at this point
Copy the full SHA 3cc98a4View commit details
Commits on Aug 4, 2020
-
Configuration menu - View commit details
-
Copy full SHA for fa562ab - Browse repository at this point
Copy the full SHA fa562abView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v0.2.11.0...v0.2.12.0