GitPedia
kowainik

kowainik/typerep-map

⚡️Efficient implementation of Map with types as keys

6 Releases
Latest: 5mo ago
v0.7.0.0Latest
vrom911vrom911·5mo ago·January 14, 2026
GitHub

📋 What's Changed

  • GA(deps): Bump actions/checkout from 3 to 4 by @dependabot[bot] in https://github.com/kowainik/typerep-map/pull/132
  • Support newer GHC versions by @vrom911 in https://github.com/kowainik/typerep-map/pull/138
  • Full Changelog: https://github.com/kowainik/typerep-map/compare/v0.6.0.0...v0.7.0.0
v0.6.0.0 GHC-9.4v0.6.0.0
vrom911vrom911·3y ago·November 2, 2022
GitHub

📋 What's Changed

  • Support ghc 9.4 by @vrom911 in https://github.com/kowainik/typerep-map/pull/126

New Contributors

  • @parsonsmatt
  • Full Changelog: https://github.com/kowainik/typerep-map/compare/v0.5.0.0...v0.6.0.0
v0.5.0.0 Support GHC-9.2 & Role annotationsv0.5.0.0
vrom911vrom911·4y ago·February 15, 2022
GitHub

📋 What's Changed

  • Role annotation for TypeRepMap by @int-index in https://github.com/kowainik/typerep-map/pull/113
  • [#117] Support GHC 9.2 by @chshersh in https://github.com/kowainik/typerep-map/pull/119
  • Full Changelog: https://github.com/kowainik/typerep-map/compare/v0.4.0.0...v0.5.0.0
v0.4.0.0: GHC 9, performance boostv0.4.0.0
chshershchshersh·4y ago·August 3, 2021
GitHub

📋 Changes

  • [#109](https://github.com/kowainik/typerep-map/issues/109): Support GHC-9.0.
  • [#30](https://github.com/kowainik/typerep-map/issues/30): Remove `containers` from dependencies.
  • [#94](https://github.com/kowainik/typerep-map/issues/94), [#99](https://github.com/kowainik/typerep-map/issues/99), [#100](https://github.com/kowainik/typerep-map/issues/100): Improve performance of `insert` and `delete`.
  • [#95](https://github.com/kowainik/typerep-map/issues/95): Add `alter`.
  • [#96](https://github.com/kowainik/typerep-map/issues/96): Add `intersection` and `intersectionWith`.
  • [#105](https://github.com/kowainik/typerep-map/issues/105): Add `keysWith` and `toListWith`.
32-bit platforms and GHC-8.10v0.3.3.0
vrom911vrom911·6y ago·May 6, 2020
GitHub

📋 Changes

  • Support GHC-8.10 and 8.8.3.
  • Build on 32-bit platforms.
  • Add invariant check.
v0.3.0: Adjust, Show, performancev0.3.0
vrom911vrom911·7y ago·August 20, 2018
GitHub