kanwei / algorithms

Ruby algorithms and data structures. C extensions
http://kanwei.github.io/algorithms/
MIT License
2.67k stars 352 forks source link

Add heap benchmark #46

Closed alexkalderimis closed 12 months ago

alexkalderimis commented 3 years ago

Adds a benchmark for the heap datastructure.

BMorearty commented 2 years ago

@kanwei / maintainers, would you mind merging this benchmark?

I found it useful when fixing push performance in #49.