We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d230c68 commit 1065d46Copy full SHA for 1065d46
README.md
@@ -1,11 +1,11 @@
1
Multi-pattern-matching-engine
2
----------
3
4
-This code based on snort. I extracting multiple patten matching engine and single pattern matching algorithm (boyer moore algorithm)
+This code based on snort. I extracting multiple patten matching engine and single pattern matching algorithm (boyer moore algorithm).
5
6
7
OVERVIEW
8
---------
9
10
It is a high-performance dynamic library for string match.
11
-You can test it with bm_test for single pattern search and mpse_test for multi pattern searching
+You can test it with bm_test for single pattern search and mpse_test for multi pattern search.
0 commit comments