An open API service indexing awesome lists of open source software.

https://github.com/danieldk/rtrie

Randomized ternary tries
https://github.com/danieldk/rtrie

Last synced: 11 months ago
JSON representation

Randomized ternary tries

Awesome Lists containing this project

README

          

[![Docs](https://docs.rs/rtrie/badge.svg)](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.