Has any one written a boyer-moore function? In c or asm64
I need this function for my program which catch images from the internet.
I have searched win the search engine but no success.
Thanks in advance;
Check this Masm32 thread (http://masm32.com/board/index.php?topic=2998.0)
Btw I have yet to see a Boyer-Moore implementation that is faster than an ordinary Instr().
I look at it, but I am not strong enougth to transform it in 64 bit code.