webmasterar / shift-or

The shift-or exact pattern matching algorithm

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Shift-Or Algorithm

An implementation of the Shift-Or algorithm for exact pattern matching. Patterns must be shorter than the computer word size (<=63).

About

The shift-or exact pattern matching algorithm

License:MIT License


Languages

Language:C 84.1%Language:Makefile 15.9%