typelevel / cats-collections

Data structures for pure functional programming in Scala
https://typelevel.org/cats-collections/
Other
558 stars 98 forks source link

we desperately need to publish benchmarks #14

Open stew opened 8 years ago

stew commented 8 years ago

We need to start using JMH to benchmark our datatypes against those from the standard library where it makes sense

anicolaspp commented 8 years ago

I am goong to start benchmarking binary search tree and Diet

stew commented 8 years ago

we have some benchmarks now, sbt bench/jmh:run to run them, now we need to publish the results in a way which motivates when to use which collections

stew commented 8 years ago

we also still need benchmarks for many structures. especially Set/Map

anicolaspp commented 8 years ago

I am starting benchmarks to Set.

stew commented 8 years ago

I checked in a benchmarks.md hoping that .org mode tables would render in .md, but they don't... I'll work on it more tomorrow

jiminhsieh commented 5 years ago

@larsrh I'm interested in this one. I can generate the benchmark results. I do need someone to help me to publish the result (I know how to use sbt-jmh).

There are a few questions: