#pattern-matching #pattern #matching #search #search-pattern #linear-time #knuth-morris-pratt

no-std kmp

Various functions using the Knuth–Morris–Pratt algorithm to efficiently find patterns

2 releases

0.1.1 Oct 24, 2019
0.1.0 Oct 23, 2019

#2223 in Algorithms

Download history 166/week @ 2024-11-19 202/week @ 2024-11-26 189/week @ 2024-12-03 276/week @ 2024-12-10 200/week @ 2024-12-17 53/week @ 2024-12-24 121/week @ 2024-12-31 232/week @ 2025-01-07 339/week @ 2025-01-14 542/week @ 2025-01-21 336/week @ 2025-01-28 470/week @ 2025-02-04 421/week @ 2025-02-11 433/week @ 2025-02-18 596/week @ 2025-02-25 492/week @ 2025-03-04

2,036 downloads per month
Used in ctf-pwn

LGPL-3.0-or-later

20KB
343 lines

Knuth–Morris–Pratt

Various functions using the Knuth–Morris–Pratt algorithm to efficiently find patterns.


lib.rs:

Knuth–Morris–Pratt pattern matching algorithm

No runtime deps