summaryrefslogtreecommitdiff
path: root/libraries/marisa/README
diff options
context:
space:
mode:
authorCCHsu <a12321aabb@gmail.com>2018-10-09 05:57:05 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2018-10-09 05:57:05 +0700
commitfb4a2447acf9c7baeb941b9e92afd421e6b26e6f (patch)
tree8b1cbd92a567f8fc48208f1f611383ccab699ec1 /libraries/marisa/README
parent5626e7e19a7c715d29d2fdab19d41ec6d2891830 (diff)
downloadslackbuilds-fb4a2447acf9c7baeb941b9e92afd421e6b26e6f.tar.gz
libraries/marisa: Added (C++ Library).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/marisa/README')
-rw-r--r--libraries/marisa/README3
1 files changed, 3 insertions, 0 deletions
diff --git a/libraries/marisa/README b/libraries/marisa/README
new file mode 100644
index 0000000000..1400693707
--- /dev/null
+++ b/libraries/marisa/README
@@ -0,0 +1,3 @@
+libmarisa is a C++ library for an implementation of MARISA
+(Matching Algorithm with Recursively Implemented StorAge),
+which is a space-efficient trie data structure.