Skip to main content

Pure Python trie nodule

Project description

A pure python trie class is provided. It is thoroughly unit tested, passes pylint, and is known to run on CPython 2.[567], CPython 3.[01234], Pypy 2.4.0, Pypy3 2.4.0 and Jython 2.7b3.

This trie looks like a dictionary that’s always sorted by key. It’s well suited to storing large, natural-language dictionaries.

Note that although the iteration API is lazy, the implementation is still eager.

It gives constant time access to a potentially-large collection of strings.

Project details


Release history Release notifications | RSS feed

This version

1.0

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

trie_mod-1.0.tar.gz (8.4 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page