r-triebeard 0.3.0 Radix trees in Rcpp

Radix trees, or tries, are key-value data structures optimized for efficient lookups, similar in purpose to hash tables. This package provides an implementation of radix trees for use in R programming and in developing packages with Rcpp.