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

Performance Analysis #17

Open
mcollina opened this issue Jul 30, 2014 · 4 comments
Open

Performance Analysis #17

mcollina opened this issue Jul 30, 2014 · 4 comments

Comments

@mcollina
Copy link
Contributor

How this is slower than standard streams?
How this is slower than HTTP?

We just need some numbers, and maybe some optimization tricks.

@AdrianRossouw
Copy link
Contributor

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?

@mcollina
Copy link
Contributor Author

Yes, indeed. This might need some thinking, but having some preliminary
benchmark maybe useful. We need to know how this stacks up against Express,
ecc. Especially in the websocket scenario!

@heri16
Copy link

heri16 commented Jan 8, 2015

Agreed.

@mcollina
Copy link
Contributor Author

mcollina commented Jan 8, 2015

would you like to give it a spin? Send a PR with your bench scripts! :)
Il giorno gio 8 gen 2015 alle 12:30 heri16 [email protected] ha
scritto:

Agreed.


Reply to this email directly or view it on GitHub
#17 (comment).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants