We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I'm looking into several performance issues.
For reference
My uring net library with a dummy response $ wrk -t1 -c16 -- 410,000 $ wrk -t1 -c1 -- 400,000 mrhttp dummy response $ wrk -t1 -c16 -- 225,000 $ wrk -t1 -c1 -- 60,000 mrhttp validate_user $ wrk -t1 -c16 -- 110,000 $ wrk -t1 -c1 -- 35,000
ucall dummy response $ wrk -t1 -c16 -- 166,970 $ wrk -t1 -c1 -- 76,000
ucall dummy response + parse (no find_callback) $ wrk -t1 -c16 -- 160,000 $ wrk -t1 -c1 -- 704
ucall (release build) $ wrk -t1 -c16 -- 1,687 $ wrk -t1 -c1 -- 684 ucall (debug build) $ wrk -t1 -c16 -- 28,000 $ wrk -t1 -c1 -- 176
It applies to everything
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe what you are looking for
I'm looking into several performance issues.
For reference
Can you contribute to the implementation?
Is your feature request specific to a certain interface?
It applies to everything
Contact Details
No response
Is there an existing issue for this?
Code of Conduct
The text was updated successfully, but these errors were encountered: