Timeline for Features of a routing system
Current License: CC BY-SA 3.0
3 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Dec 18, 2014 at 16:44 | vote | accept | AnotherGuy | ||
| Dec 8, 2014 at 2:58 | comment | added | tkausl | Your hierarchical routing sounds really interesting. I work a lot with symfony but i cannot get rid of the thought, that this routing is suboptimal because first, like you mentioned, if you have a lot of paths, you'll end up checking a lot of paths you're not even in, and secondly, regex is really reeeally slow, compared to a strcmp or something like this. And now multiply the slowness of regex with the tons of paths you check. | |
| Dec 7, 2014 at 19:39 | history | answered | btilly | CC BY-SA 3.0 |