NO

Author Topic: Boyer Moore  (Read 2316 times)

Jokaste

  • Guest
Boyer Moore
« on: September 28, 2017, 08:56:27 PM »
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;

Offline jj2007

  • Member
  • *
  • Posts: 536
Re: Boyer Moore
« Reply #1 on: September 29, 2017, 07:24:06 PM »
Check this Masm32 thread

Btw I have yet to see a Boyer-Moore implementation that is faster than an ordinary Instr().

Jokaste

  • Guest
Re: Boyer Moore
« Reply #2 on: September 29, 2017, 07:51:36 PM »
I look at it, but I am not strong enougth to transform it in 64 bit code.