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 0433b24 commit d230c68Copy full SHA for d230c68
README.md
@@ -1 +1,11 @@
1
-# Multi-pattern-matching-engine
+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)
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
0 commit comments