--- Array-Heap/Heap.pm 2009/07/26 04:50:02 1.2 +++ Array-Heap/Heap.pm 2009/07/26 05:38:00 1.3 @@ -13,9 +13,9 @@ or less fancy datastructures that might well be what you are looking for. This module takes a different approach: It exports functions (i.e. no -object orientation) that are loosely modeled after the C++ STL's heap -functions. They all take an array as argument, just like perl's built-in -functions C, C etc. +object orientation) 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 C, C etc. The implementation itself is in C for maximum speed.