Description
Perl programs can use MARISA's compact trie structures for fast lookup of many strings, such as dictionaries, indexes, or autocomplete data. This is useful when a project needs efficient text matching without keeping large plain lists in memory.
It is a language binding for developers, not a standalone app. The visible behavior comes from the Perl software that uses the MARISA library.