Skip to content

gohiweeds/radixtree

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Radix Tree Implementation

Extract from Echo Web Framework Router module

Shortcome

  • only support string storing
  • only support string with the same prefix (such as: "/test", "/xxx", "/api")
  • only support add/find api
  • don't support Delete, Walk api

Purpose

  • It is design for router URL store and finding for speed and space efficiency

About

Datastructure implemented by Go

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages