Skip to content
This repository has been archived by the owner on Mar 28, 2022. It is now read-only.

Performance optimizations #36

Closed
bakura10 opened this issue Jan 12, 2014 · 1 comment
Closed

Performance optimizations #36

bakura10 opened this issue Jan 12, 2014 · 1 comment

Comments

@bakura10
Copy link

For @DASPRiD: https://github.com/c9s/Pux

I know nothing about how this project work, it's full of obscure thing, but maybe it makes sense to you and it could give you some nice ideas to optimize Dash.

@DASPRiD
Copy link
Owner

DASPRiD commented Oct 24, 2015

It actually has some quite interesting approaches, by compiling every route into a regex, matching against a prepared request string. Of course, the downside of it is, that it can't handle extensions, so it's quite limited. Thanks for hinting me though :)

@DASPRiD DASPRiD closed this as completed Oct 24, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants