ad4f267b7a
search.cpan.org is shutting down. It will redirect to metacpan.org after June 25, 2018. With hat: perl
6 lines
305 B
Text
6 lines
305 B
Text
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: https://metacpan.org/release/Array-Heap
|