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
814 stars 83 forks source link

Namespace `node` #63

Closed derekchiang closed 8 years ago

derekchiang commented 10 years ago

It's a little surprising that a common name like node is not namespaced. It'd be nice to call it r3_node or something.

stephenmathieson commented 10 years ago

+1

c9s commented 10 years ago

yeah, that makes sense. it was planed to be changed in the next release. currently we just keep the API stable for downstream components (bindings)

c9s commented 8 years ago

Fixed