cats-collections icon indicating copy to clipboard operation
cats-collections copied to clipboard

we desperately need to publish benchmarks

Open stew opened this issue 9 years ago • 6 comments

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

stew avatar Feb 07 '16 16:02 stew

I am goong to start benchmarking binary search tree and Diet

anicolaspp avatar Feb 13 '16 14:02 anicolaspp

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 avatar Feb 22 '16 09:02 stew

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

stew avatar Feb 22 '16 09:02 stew

I am starting benchmarks to Set.

anicolaspp avatar Feb 22 '16 19:02 anicolaspp

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

stew avatar Mar 22 '16 10:03 stew

@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:

  • I can not find the benchmarks.md which @stew mentioned at the early comment.
  • Is it fine I run the benchmarks on AWS EC2?

jiminhsieh avatar Sep 19 '19 02:09 jiminhsieh