lukun2010 / PathRouter

PathRouter can fastly identify the path inputed and return the corresponding object configured. Path can be splitted into each part by slash. Path configuration support regular expression. PathRouter is implemented by a tree search, each tree node is a comparable path part. The search speed is based on the tree size and regex complexity.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PathRouter can fastly identify the path inputed and return the corresponding object configured.
Path can be splitted into each part by slash.
Path configuration support regular expression.
PathRouter is implemented by a tree search, each tree node is a comparable path part.
The search speed is based on the tree size and regex complexity.

About

PathRouter can fastly identify the path inputed and return the corresponding object configured. Path can be splitted into each part by slash. Path configuration support regular expression. PathRouter is implemented by a tree search, each tree node is a comparable path part. The search speed is based on the tree size and regex complexity.


Languages

Language:Java 100.0%