About Anaconda Help Download Anaconda

Static memory-efficient and fast Trie-like structures for Python

Installers

  • linux-64 v1.3.1
  • linux-aarch64 v1.3.1
  • osx-arm64 v1.3.1
  • win-64 v1.3.1

conda install

To install this package run one of the following:
conda install anaconda::marisa-trie

Description

Static memory-efficient Trie-like structures for Python (3.8+) based on marisa-trie C++ library. String data in a MARISA-trie may take up to 50x-100x less memory than in a standard Python dict; the raw lookup speed is comparable; trie also provides fast advanced methods like prefix search.


© 2025 Anaconda, Inc. All Rights Reserved. (v4.2.2) Legal | Privacy Policy