The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Changes for version 0.07

  • STATUS
    • Stable.
  • API CHANGES:
    • Added bsearch_custom_pos function.
    • Removed bsearch_general, and bsearch_general_range. They were redundant, and prone to user-error.
  • USER ENHANCEMENTS:
    • POD improvement: Added a quick reference to aid in selecting the most appropriate search function from the several choices.
    • Added bsearch_custom_pos.
    • Removed confusing and redundant _general functions.
  • OTHER ENHANCEMENTS:
    • Improved testing on the _pos and _range functions.

Modules

Binary Search a sorted list or array.