c9s / r3

libr3 is a high-performance path dispatching library. It compiles your route paths into a prefix tree (trie). By using the constructed prefix trie in the start-up time, you may dispatch your routes with efficiency
http://c9s.github.com/r3/bench.html
MIT License
813 stars 83 forks source link

PHP extension for R3 #78

Closed Gasol closed 8 years ago

Gasol commented 9 years ago

I plan to work with PHP extension in a couple of weeks.

I think we should separate r3 and r3-php into two repository in the future, But for the sake of API stability We are still committing the changes into single repository.

c9s commented 9 years ago

Few notes:

c9s commented 8 years ago

Done in https://github.com/c9s/php-r3