Changes for version 0.25 - 2014-12-02
- Microoptimization: Cache caller() out of loops. (Part of GH Issue 2).
- Improve math to avoid possibility of overflow. (https://en.wikipedia.org/wiki/Binary_search_algorithm#Arithmetic and part of GH issue #2.)
Modules
Binary Search within a sorted array.
Pure-Perl Binary Search functions.