-
Notifications
You must be signed in to change notification settings - Fork 9
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
Performance Analysis #17
Comments
This issue is a bit 'how long is a piece of string'. Can we maybe think of some more concrete things that could be tested for? At least for standard streams, we could likely prove how much slower it is than a local operation over the memory transport. It runs mempack etc on the data the whole time too, right? As for HTTP, it's quite different in nature. But I guess 'fetching an json document', 'uploading a png'. We might want to collaborate with the libchan guys though, because a benchmarking suite could theoretically be used for all implementations, right? |
Yes, indeed. This might need some thinking, but having some preliminary |
Agreed. |
would you like to give it a spin? Send a PR with your bench scripts! :)
|
How this is slower than standard streams?
How this is slower than HTTP?
We just need some numbers, and maybe some optimization tricks.
The text was updated successfully, but these errors were encountered: