-
-
Notifications
You must be signed in to change notification settings - Fork 1k
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
is there any way to low down the latency? #98
Comments
gent mentioned above was running in one core,the latency was not so bad when running in multicore, but the qps fall back
|
gnet can do more req/s than actix-web, that's amazing. |
@gitmko0 since this is a low level framework, you need implement the http protocols youself. check sample code, add your "Hello World!" to Encode or Decode。also run with low memory, about 7m |
this is a bit too low level. is there anyone willing to make it a codeable / usable thing like fasthttp? is any of this sort in progress? also, what's the advantage in this? anyway, back to the topic. i'm here on gnet coz i saw http performance and i'm looking for something like fasthttp. |
As @cctse said, Besides, please open a new issue for your new topic about |
This issue is marked as stale because it has been open for 30 days with no activity. You should take one of the following actions:
This issue will be automatically closed in 7 days if no further activity occurs. |
This issue was closed because it has been inactive for 7 days since being marked as stale. If you believe this is a false alarm, please leave a comment for it or open a new issue, you can also reopen this issue directly if you have permission. |
It's really unacceptable compare to actix-web
The text was updated successfully, but these errors were encountered: