Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: haskell-unordered-containers/unordered-containers
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.2.17.0
Choose a base ref
...
head repository: haskell-unordered-containers/unordered-containers
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.2.18.0
Choose a head ref
  • 13 commits
  • 10 files changed
  • 1 contributor

Commits on Mar 6, 2022

  1. Configuration menu
    Copy the full SHA
    2d537c1 View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2022

  1. Speed up difference* and intersection* with unsafeInsert (#372)

    …for speedups around 20% in the `HashMap.{difference,intersection}`
    benchmarks.
    
    Context: #225, #364
    sjakobi authored Mar 9, 2022
    Configuration menu
    Copy the full SHA
    f795586 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2022

  1. Configuration menu
    Copy the full SHA
    7237826 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2022

  1. Internal.Array: Don't return MArrays from loops (#377)

    This prevents unnecessary MArray boxing.
    sjakobi authored Mar 14, 2022
    Configuration menu
    Copy the full SHA
    5ea4197 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2022

  1. union*: More unboxing (#376)

    * bitmapIndexedOrFull: Be strict in `ary`
    
    This helps reduce the Core size of the `union*` variants.
    
    * unionArrayBy: More strictness
    sjakobi authored Mar 15, 2022
    Configuration menu
    Copy the full SHA
    f1ea9a4 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2022

  1. Fix space leaks in union[With[Key]] (#380)

    Fixes #379.
    sjakobi authored Mar 21, 2022
    Configuration menu
    Copy the full SHA
    596075f View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2022

  1. Configuration menu
    Copy the full SHA
    17f98f0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a40fcc7 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2022

  1. Fix space leak in Lazy.fromListWith (#386)

    Fixes #382
    sjakobi authored Mar 23, 2022
    Configuration menu
    Copy the full SHA
    26a1c33 View commit details
    Browse the repository at this point in the history
  2. Strict.alterFEager: Fix strictness (#384)

    Fixes #383.
    sjakobi authored Mar 23, 2022
    Configuration menu
    Copy the full SHA
    f721b9d View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2022

  1. D.HM.I.Strict: Qualify nearly all imports from D.HM.I (#393)

    This also introduces a GHC-style Note
    [Imports from Data.HashMap.Internal].
    
    Fixes #388.
    sjakobi authored Mar 28, 2022
    Configuration menu
    Copy the full SHA
    b3e0af3 View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2022

  1. Configuration menu
    Copy the full SHA
    b6bde46 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2022

  1. Configuration menu
    Copy the full SHA
    e13717a View commit details
    Browse the repository at this point in the history
Loading