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

What is its performance in high concurrency mode #318

Open
aadog opened this issue Nov 4, 2022 · 3 comments
Open

What is its performance in high concurrency mode #318

aadog opened this issue Nov 4, 2022 · 3 comments
Labels
waiting for info We're waiting for a response

Comments

@aadog
Copy link

aadog commented Nov 4, 2022

What is its performance in high concurrency mode

@matthewmueller
Copy link
Contributor

matthewmueller commented Nov 6, 2022

@aadog sorry I don't understand. What do you mean by high-concurrency mode?

@matthewmueller matthewmueller added the waiting for info We're waiting for a response label Nov 6, 2022
@gedw99
Copy link

gedw99 commented Feb 28, 2023

Do it means when there are lots of Transpilers running ?

Or maybe when many requests are hitting the server ?

@matthewmueller
Copy link
Contributor

matthewmueller commented Mar 6, 2023

I haven't had time to do much benchmarking, but Bud should be quite competitive. On the request/response path, it's not doing much more than what a stock Go web server does. The only thing that is somewhat slow is view rendering because it needs to cross into V8, but that will be optional in an upcoming release.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
waiting for info We're waiting for a response
Projects
None yet
Development

No branches or pull requests

3 participants