Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 788 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 788 Bytes

kmp-search

Uses a streaming-compatible version of the Knuth-Morris-Pratt algorithm to search a byte stream for a byte pattern. The stream is presented to a search context object as a succession of calls to process buffers one at a time. The matching is correct independent of the position of any buffer boundaries.

References:

Usage

project.clj

Clojars Project

License

Copyright © 2014 Stephen C. Gilardi

Distributed under the Eclipse Public License version 1.0