typelevel/cats

typeclass-based collections implementations

Open

#4.147 geöffnet am 9. März 2022

Auf GitHub ansehen
 (28 Kommentare) (2 Reaktionen) (0 zugewiesene Personen)Scala (1.241 Forks)batch import
enhancementhelp wanted

Repository-Metriken

Stars
 (5.438 Stars)
PR-Merge-Metriken
 (Durchschn. Merge 4h 2m) (5 gemergte PRs in 30 T)

Beschreibung

This is a recurring idea, most recently by @johnynek in https://github.com/typelevel/cats/pull/4118#issuecomment-1022714696.

i.e. we should work towards having a typeclass based implementation of HashSet, SortedSet, HashMap, SortedMap that use only typeclasses, not the instance methods.

Although the issue comes up in Cats since this is where we house instances for Scala stdlib, this might be a better PR for cats-collections.

Contributor Guide