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
BSD-2-Clause OR LGPL-2.1-or-later
# 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
- Lily Wang
- Billy O'Neal