tel / purescript-intmaps

Big-endian Patricia tree IntMap implementation in Purescript.
7 stars 7 forks source link

Benchmarking #10

Open tel opened 8 years ago

clinuxrulz commented 8 years ago

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 for Data.IntMap.

If I could find some free time, I might be able to help.