summaryrefslogtreecommitdiff
path: root/devel/p5-Array-Heap/pkg-descr
blob: d8812408dc5687b6093f333f5df0f4e3a5fdd93c (plain)
1
2
3
4
5
6
A Heap implementation for Perl using functions that are loosely
modeled after the C++ STL's binary heap functions. They all take an
array as argument, just like perl's built-in functions "push", "pop"
etc. The implementation itself is in C for maximum speed.

WWW: http://search.cpan.org/dist/Array-Heap/