JohnnyJayJay / persistent-data-structures-benchmark

A benchmark of different persistent data structures across JVM libraries and languages
4 stars 0 forks source link

Update benchmarks with results for new PCollections data structures. #1

Open BomBardyGamer opened 1 year ago

BomBardyGamer commented 1 year ago

This is a great benchmark, and is very useful in showing the relative performance of persistent data structures when isolated from external factors. However, I noticed that the benchmarks are missing a PCollections equivalent for the linked set/map and the ordered set/map. I believe this is because the benchmark was made before these data structures were added to PCollections, so I wonder if it would be worth adding some benchmarks for these new data structures and getting some new results.

Specifically, the new structures are:

I'd be up to re-run the new benchmarks and provide you with some new results.

JohnnyJayJay commented 1 year ago

Thanks for the heads up! Yeah, that should be added. I'll see when I have time to do it.