I've found bench-marking my program that std.algorithm.find is
very slow on Array!T, due to the fact it iterates on a range
instead of a plain array.

I've written some search functions, which are many times faster, is it
worth making a pull request?

http://dpaste.dzfl.pl/63b54aa27f35#

Reply via email to