haskell-perf / graphs

BSD 3-Clause "New" or "Revised" License
39 stars 2 forks source link

add dynamic-graphs benchmarks #12

Open ocramz opened 5 years ago

ocramz commented 5 years ago

dynamic-graphs is a new library for dynamic connectivity:

https://github.com/alang9/dynamic-graphs https://hackage.haskell.org/package/dynamic-graphs

(introductory blogpost: https://jaspervdj.be/posts/2019-01-11-dynamic-graphs.html )

It would be interesting to compare the performance of the reachability query.

nobrakal commented 5 years ago

Hi,

Seems very interesting, I will try to add this soon :)