URI Fast Routing
FastRouting is an idea of building ruby if/elsif/else code
to match user-friendly URIs routing.
more…
FastRouting is an idea of building ruby if/elsif/else code
to match user-friendly URIs routing.
more…
The goal is to provide Rails' ActionPack with very-very fast routing.
This could be a pluggable patch or a real port into the heart of ActionController.
UPDATE. Patch is applied to Rails (6.4x speedup):
Cloning this repository:
git clone git://gitorious.org/uri-fast-routing/mainline.git mainline cd mainline
Add this repository as a remote to an existing local repository:
git remote add mainline git://gitorious.org/uri-fast-routing/mainline.git git fetch mainline git checkout -b my-local-tracking-branch mainline/master_or_other_branch
Professional Gitorious services - Git hosting at your company, custom features, support and more. gitorious.com.
