konsumlamm / extended-containers

A Haskell library for containers to extend the containers and unordered-containers packages.
BSD 3-Clause "New" or "Revised" License
5 stars 0 forks source link

Benchmark heaps #5

Closed konsumlamm closed 4 years ago

konsumlamm commented 4 years ago

Benchmark Data.Heap with the heap and heaps packages.

konsumlamm commented 4 years ago

The implementation now uses Skew Binomial Heaps instead of of Leftist Heaps.