Split Boyer-Moore forward and backward search
commit33aa9a0b65e04bee685efdcdce8bf53899a65208
authorPetr Tesarik <petr@tesarici.cz>
Mon, 1 Oct 2012 16:15:06 +0000 (1 18:15 +0200)
committerPetr Tesarik <petr@tesarici.cz>
Mon, 1 Oct 2012 17:01:33 +0000 (1 19:01 +0200)
treef41a13a2e8496b5ae4e16ba6b870937908079740
parent4ee1a80e5f3bdad6c8c5161ff011a3103bcd4def
Split Boyer-Moore forward and backward search

While the algorithm is the same, it is better to write two functions
to allow better optimization of this innermost loop.
libhed/file.c