typelevel/cats

typeclass-based collections implementations

Open

#4,147 创建于 2022年3月9日

在 GitHub 查看
 (28 评论) (2 反应) (0 负责人)Scala (1,241 fork)batch import
enhancementhelp wanted

仓库指标

Star
 (5,438 star)
PR 合并指标
 (平均合并 4小时 2分钟) (30 天内合并 5 个 PR)

描述

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.

贡献者指南