typelevel/cats

typeclass-based collections implementations

開放

#4,147 建立於 2022年3月9日

 (28 則留言) (2 個反應) (0 位負責人)Scala (1,241 個分叉)batch import
enhancementhelp wanted

倉庫指標

星標
 (5,438 顆星)
PR 合併指標
 (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.

貢獻者指南