aboutsummaryrefslogtreecommitdiff
BranchCommit messageAuthorAge
masterrename to trie since that's actually what we areNathan Perry7 years
refactor-in-progressmove extensions into package objectNathan Perry7 years
 
 
AgeCommit messageAuthorFilesLines
2017-09-18rename to trie since that's actually what we areHEADmasterNathan Perry2-13/+16
2017-09-18rename RadixTree to MutableRadixTreeNathan Perry2-12/+12
2017-09-18make test names nicerNathan Perry1-2/+2
2017-09-18radix tree conforms to mutable.mapNathan Perry3-17/+93
2017-09-18write radix tree tests and drop key fieldNathan Perry2-4/+24
2017-09-18drop ordering typeclassNathan Perry1-4/+4
2017-09-18fix tokenizableNathan Perry1-1/+4
2017-09-18fix radix tree type currying and recursionNathan Perry2-19/+33
2017-09-18update radix tree to be fully recursiveNathan Perry2-13/+47
2017-09-18built radix treeNathan Perry2-2/+30
[...]