typelevel/cats

typeclass-based collections implementations

Aberta

#4.147 aberto em 9 de mar. de 2022

 (28 comentários) (2 reações) (0 responsável)Scala (1.241 forks)batch import
enhancementhelp wanted

Métricas do repositório

Stars
 (5.438 estrelas)
Métricas de merge de PR
 (Métricas PR pendentes)

Description

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.

Guia do colaborador