cats-collections

所属分类:数据结构
开发工具:Scala
文件大小:0KB
下载次数:0
上传日期:2023-06-26 13:48:31
上 传 者sh-1993
说明:  Scala中纯函数编程的数据结构
(Data structures for pure functional programming in Scala)

文件列表:
.jvmopts (132, 2023-12-02)
.scalafmt.conf (403, 2023-12-02)
COPYING (2691, 2023-12-02)
TODO.md (231, 2023-12-02)
bench/ (0, 2023-12-02)
bench/src/ (0, 2023-12-02)
bench/src/main/ (0, 2023-12-02)
bench/src/main/scala-2.12-/ (0, 2023-12-02)
bench/src/main/scala-2.12-/cats/ (0, 2023-12-02)
bench/src/main/scala-2.12-/cats/collections/ (0, 2023-12-02)
bench/src/main/scala-2.12-/cats/collections/bench/ (0, 2023-12-02)
bench/src/main/scala-2.12-/cats/collections/bench/HashMapBench.scala (4915, 2023-12-02)
bench/src/main/scala-2.12-/cats/collections/bench/HashSetBench.scala (5319, 2023-12-02)
bench/src/main/scala-2.13/ (0, 2023-12-02)
bench/src/main/scala-2.13/cats/ (0, 2023-12-02)
bench/src/main/scala-2.13/cats/collections/ (0, 2023-12-02)
bench/src/main/scala-2.13/cats/collections/bench/ (0, 2023-12-02)
bench/src/main/scala-2.13/cats/collections/bench/HashMapBench.scala (4916, 2023-12-02)
bench/src/main/scala-2.13/cats/collections/bench/HashSetBench.scala (5313, 2023-12-02)
bench/src/main/scala-2/ (0, 2023-12-02)
bench/src/main/scala-2/cats/ (0, 2023-12-02)
bench/src/main/scala-2/cats/collections/ (0, 2023-12-02)
bench/src/main/scala-2/cats/collections/bench/ (0, 2023-12-02)
bench/src/main/scala-2/cats/collections/bench/BigNumberLists.scala (1462, 2023-12-02)
bench/src/main/scala-2/cats/collections/bench/BitSetBenchmarks.scala (4225, 2023-12-02)
bench/src/main/scala-2/cats/collections/bench/DietAddBench.scala (2728, 2023-12-02)
bench/src/main/scala-2/cats/collections/bench/DietBenchSearch.scala (1972, 2023-12-02)
bench/src/main/scala-2/cats/collections/bench/DietRandomizeBench.scala (2161, 2023-12-02)
bench/src/main/scala-2/cats/collections/bench/HeapBench.scala (2685, 2023-12-02)
bench/src/main/scala-2/cats/collections/bench/TreeListBench.scala (3286, 2023-12-02)
bench/src/main/scala/ (0, 2023-12-02)
bench/src/main/scala/cats/ (0, 2023-12-02)
bench/src/main/scala/cats/collections/ (0, 2023-12-02)
... ...

## Cats-Collections [![Build Status](https://github.com/typelevel/cats-collections/actions/workflows/ci.yml/badge.svg)](https://github.com/typelevel/cats-collections/actions/workflows/ci.yml?query=branch%3Amaster) [![codecov.io](http://codecov.io/github/typelevel/cats-collections/coverage.svg?branch=master)](http://codecov.io/github/typelevel/cats-collections?branch=master) [![Maven Central](https://img.shields.io/maven-central/v/org.typelevel/cats-collections-core_2.13.svg)](https://maven-badges.herokuapp.com/maven-central/org.typelevel/cats-collections-core_2.13) [![Discord](https://img.shields.io/discord/632277896739946517?label=Typelevel%20Discord)](https://discord.gg/XF3CXcMzqD) It intends to be a library containing data structures which facilitate pure functional programming in the Scala programming language. Some of these are replacements for structures already present in the Scala standard library, but with improvements in safety, some are data structures for which there is no analogue in the Scala standard library. ### Getting Started Cats Collections is currently available for Scala 2.12, 2.13, and 3. To get started with sbt, simply add the following to your `build.sbt` file (you may find the latest version via a badge on top of this page or on release page): ```scala libraryDependencies += "org.typelevel" %% "cats-collections-core" % "" ``` ### CONTRIBUTING Contributions in all forms (including discussion, suggestions, bug reports, usage reports, pull requests, patches, etc) are welcome and encouraged from everyone! The cats-collection project demands that all activities surrounding the project follow the [Typelevel Code of Conduct](http://typelevel.org/conduct.html). If you witness any behavior from any individual which you feel might be harmful in any way or might not be a violation of the code of conduct, please speak up. Please contact any individual named in the Typelevel Code of Conduct so that it can be addressed as soon as possible.

近期下载者

相关文件


收藏者