memchr() of glibc is faster than seeking by delta1 on some platforms. So, when there is no chance to match for a while, use it on them. Speed-up about 3x in best case, 10% in normal case by this patch. It's still available only for x86 and x86-64 platform. Norihiro