luislavena/radix

Radix Tree implementation for Crystal

Crystalcrystalradix-tree
This is stars and forks stats for /luislavena/radix repository. As of 25 Apr, 2024 this repository has 101 stars and 13 forks.

Radix Tree Radix tree implementation for Crystal language Installation Add this to your application's shard.yml: dependencies: radix: github: luislavena/radix Usage Building Trees You can associate a payload with each path added to the tree: require "radix" tree = Radix::Tree(Symbol).new tree.add "/products", :products tree.add "/products/featured", :featured result = tree.find "/products/featured" if result.found? puts result.payload # => :featured end The types allowed for payload are...
Read on GithubGithub Stats Page
repotechsstarsweeklyforksweekly
crystal-lang/crystal-molinilloCrystal27020
graphql-crystal/benchmarksElixirCrystalJavaScript680160
crystal-lang/shardsCrystalMakefileHTML74501010
savi-lang/saviCrystalMakefileC++1490100
luckyframework/luckyCrystalOther2.5k01570
toddsundsted/ktistecCrystalJavaScriptHTML3150210
cloudamqp/lavinmqCrystalJavaScriptHTML2570180
cncf/cnf-testsuiteMustacheCrystalSmarty1510620
Anyolite/anyoliteCrystalCRuby146090
NeuraLegion/simple-emailCrystal3000