Open tel opened 8 years ago
purescript-benchotron is pretty good for benchmarking.
purescript-benchotron
The package: https://pursuit.purescript.org/packages/purescript-benchotron/3.0.4 Example Use: https://github.com/purescript/purescript-free/blob/master/benchmark/Benchmark/Main.purs
I'd be interested to see how the insert code for worst case scenario of Data.Map compares to the same insert code for Data.IntMap.
Data.Map
Data.IntMap
If I could find some free time, I might be able to help.
purescript-benchotron
is pretty good for benchmarking.The package: https://pursuit.purescript.org/packages/purescript-benchotron/3.0.4 Example Use: https://github.com/purescript/purescript-free/blob/master/benchmark/Benchmark/Main.purs
I'd be interested to see how the insert code for worst case scenario of
Data.Map
compares to the same insert code forData.IntMap
.If I could find some free time, I might be able to help.