-
Notifications
You must be signed in to change notification settings - Fork 57
Roadmap
totty90 edited this page Oct 30, 2010
·
6 revisions
This a rough page describing upcoming improvements.
- None – suggest something!
-
v1.0 Branch
- Use pickle coding v2 (a bit better performance)
- Implement cookie-only sessions which are used automatically for small sessions.
- Get the best of all worlds – super-fast small sessions in cookies, larger sessions automatically go to memcache+datastore.
-
Test Framework Branch
- Functional tests to help prevent regressions and demonstrate that the code works
- Framework is in-progress, but mostly there – builds on nose and webtest