Skip to content
  • Oleg Grenrus's avatar
    1347791c
    Rewrite VersionInterval code · 1347791c
    Oleg Grenrus authored
    - The old code is preserved for now in VersionInterval.Legacy module
    - Add normaliseVersionRange bench, comparing new and old
    - We drop intersectVersionIntervals, which is complicated function for acceptable performance loss, but gained simplicity
    - Remove Ord instances (can be added back, removed to make sure we don't use them)
    1347791c
    Rewrite VersionInterval code
    Oleg Grenrus authored
    - The old code is preserved for now in VersionInterval.Legacy module
    - Add normaliseVersionRange bench, comparing new and old
    - We drop intersectVersionIntervals, which is complicated function for acceptable performance loss, but gained simplicity
    - Remove Ord instances (can be added back, removed to make sure we don't use them)
Loading