-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Routing mechanism needs step up #160
Comments
@vzool I have started working on new router tree. once its completes I need your help on extensive testing. Thanks. |
@vzool I have almost done with new router tree implementation. Its ready for testing. Please follow the below steps to try new router and share your feedback.
Now as usual you could proceed with your development actvities. Pending/Progress things on my end -
FYI, I didn't not use bone router you have referred. It turns out that library did not use tree implementation. It just does loop and does route match. |
@vzool ping 😄 |
@jeevatkm pong |
@vzool Did you get a chance to try it out? |
Routing documentation along with some other topics is not available atm. |
@AugustHell Thank you for reporting it. I will have a look. |
@AugustHell Now documentation is available, thanks again. |
Thank you for strenuous efforts! |
This is all started with this issue #159 created by @vzool. Currently aah routing supports Radix Tree (aka BTree) algorithm.
Based on scenario he brought up also making aah much more flexible and robust. It needs step up in current routing mechanism.
aah users can look forward to improved routing mechanism with features on
v0.12.0
release.The text was updated successfully, but these errors were encountered: