You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
What is its performance in high concurrency mode
The text was updated successfully, but these errors were encountered: