Skip to Content

marisa-trie v0.2.6+20200926

Created
Updated

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

# 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) 

# License

# Supported Platforms

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

  • linux
  • osx
  • uwp
  • windows-x64
  • windows-x86
  • windows-arm64

# Features

No features defined.

# Dependencies

No dependencies.

# Host Dependencies

No dependencies.

# Dependents

# Host Dependents

No dependents.

# Contributors

  • day253's avatar day253
  • Lily Wang's avatar Lily Wang
  • Billy O'Neal's avatar Billy O'Neal

# Changelog

  • 21928dc [marisa-trie] Don't install Makefile.am into include. Also remove tests. (#28940)
  • 9033fcd [vcpkg baseline][marisa-trie] Fix conflict file include/Makefile.am with hunspell (#28352)
  • 86cd6e0 [marisa-trie] Add new port (#27922)

# Source