triebeard
triebeard copied to clipboard
Radix trees in Rcpp and R
When using one of the match functions (i.e. `prefix_match` in my case) it returns weird character symbols for many "foreign" characters, e.g. German ä, ö, ü or ß or basically...
Build failed on my system (OSX 10.14, r-devel; clang) with the following: ``` clang++ -std=gnu++11 -I"/usr/local/Cellar/r/devel_1/lib/R/include" -DNDEBUG -I'/usr/local/lib/R/3.7/site-library/Rcpp/include' -I/usr/local/opt/gettext/include -I/usr/local/opt/readline/include -I/usr/local/include -mtune=core2 -O3 -fPIC -O3 -c alter.cpp -o alter.o In...
Ref: http://stackoverflow.com/questions/39769316/save-on-disk-an-r-object-of-type-externalptr I have used the neat library `triebeard` that implements tries in R. I created my trie using the following syntax: `myTrie
Paper?
@wrathematics and @richfitz what would you think of doing a paper for the JSS on triebeard, ring and decker? "New data structures in the R programming language", going through: 1....