1. Home
  2. Browse
  3. marisa-trie

marisa-trie

v0.2.6+20200926#0Latest

Matching Algorithm with Recursively Implemented StorAge (MARISA) is a space-efficient trie data structure. This is a C++ library for an implementation of MARISA.

Install

Run the following Vcpkg command to install the port.

vcpkg install marisa-trie

Usage

The package marisa-trie can be imported via CMake FindPkgConfig module:

find_package(PkgConfig REQUIRED)
pkg_check_modules(marisa REQUIRED IMPORTED_TARGET marisa)
target_link_libraries(main PkgConfig::marisa)
See source

Version

v0.2.6+20200926#0

Publication

Supports

!windows | mingw | ((x86 | x64) & !staticcrt)

GitHub

s-yata/marisa-trie521

Homepage

github.com/s-yata/marisa-trie

Subtree

86cd6e0532

License

BSD-2-ClauseorLGPL-2.1-or-later

Definition

Manifest