https://github.com/danieldk/rtrie
Randomized ternary tries
https://github.com/danieldk/rtrie
Last synced: 11 months ago
JSON representation
Randomized ternary tries
- Host: GitHub
- URL: https://github.com/danieldk/rtrie
- Owner: danieldk
- License: apache-2.0
- Created: 2016-12-10T13:34:07.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-12-31T07:48:53.000Z (about 8 years ago)
- Last Synced: 2025-02-02T15:36:20.097Z (11 months ago)
- Language: Rust
- Size: 37.1 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://docs.rs/rtrie/)
## Introduction
This Rust crate implements [randomized ternary search
tries](https://arxiv.org/abs/1606.04042), as proposed by Nicolai Diethelm.
**Note:** This package is still new, its API will change.