Changes for version 0.07

  • Fix overloaded numeric comparisons for large integer values. Thanks to Tony Cook (tonycoz) for the report and analysis in https://github.com/demerphq/Algorithm-Heapify-XS/issues/4
  • Use modern numeric comparison helpers on new perls, with compatible fallback logic for perl 5.18.4 through current.
  • Add a regression test covering overloaded large-UV ordering.
  • Define NOT_REACHED when older perls do not provide it.

Modules

Perl extension for supplying simple heap primitives for arrays.