diff options
author | Brenton Earl <brent@exitstatusone.com> | 2015-11-14 23:12:32 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-11-14 23:12:32 +0700 |
commit | 1c2684f28287c93631e9f8a2a871bf06e9f777c6 (patch) | |
tree | 905b30de10bd19d1bf6b8773ef32d34ae2a502db /python/python-esmre/README | |
parent | 5197067a03381724ff6d019c832eaee403dd94c5 (diff) |
python/python-esmre: Added (Regular expression accelerator).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python-esmre/README')
-rw-r--r-- | python/python-esmre/README | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/python/python-esmre/README b/python/python-esmre/README new file mode 100644 index 0000000000000..354017ebc20f5 --- /dev/null +++ b/python/python-esmre/README @@ -0,0 +1,2 @@ +Modules used to accelerate execution of a large collection of regular +expressions using the Aho-Corasick algorithms. |