Skip to content
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

Switch from Flask to starlette? #257

Open
julien-c opened this issue Oct 8, 2020 · 4 comments
Open

Switch from Flask to starlette? #257

julien-c opened this issue Oct 8, 2020 · 4 comments

Comments

@julien-c
Copy link

julien-c commented Oct 8, 2020

https://www.starlette.io/ is fast, lightweight and arguably more scalable than Flask

Investigating a switch could be interesting.

@jelmer
Copy link
Contributor

jelmer commented Oct 8, 2020

I'd be keen on this (or another asyncio web framework?) as well, since it makes integration into my larger (aiohttp-based) website easier.

@jonashaag
Copy link
Owner

Open to looking into this if we cannot fix performance issues easily.

@jonashaag
Copy link
Owner

Any performance issues I have seen so far are either from naive implementation (no caching etc), or — sorry to say this Jelmer — from using Dulwich.

@jelmer
Copy link
Contributor

jelmer commented Oct 8, 2020

FWIW I'm mostly interested in asyncio for concurrency rather than performance reasons.

If there are specific scenarios that are slow due to Dulwich I'm happy to follow up; the only ones I'm aware of are #230 and #248

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants