import std.algorithm;
void main()
{
auto bm = boyerMooreFinder("for");
auto match = find("Moor", bm);
}
With dmd v2.051 this causes the program to hang. (I checked latest git sources and they appear the same re:BMF so this probably happens with 2.052 too).