NAME WordList::Mod::BinarySearch - Provide word_exists() that uses binary search VERSION This document describes version 0.001 of WordList::Mod::BinarySearch (from Perl distribution WordList-Mod-BinarySearch), released on 2018-04-02. SYNOPSIS use WordList::Mod qw(get_mod_wordlist); my $wl = get_mod_wordlist("EN::Foo", "BinarySearch"); say $wl->word_exists("foo"); # uses binary searching DESCRIPTION This mod provides an alternative "word_exists()" method that performs binary searching instead of the default linear. HOMEPAGE Please visit the project's homepage at . SOURCE Source repository is at . BUGS Please report any bugs or feature requests on the bugtracker website When submitting a bug or request, please include a test-file or a patch to an existing test-file that illustrates the bug or desired feature. SEE ALSO File::SortedSeek AUTHOR perlancar COPYRIGHT AND LICENSE This software is copyright (c) 2018 by perlancar@cpan.org. This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.