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

Real World App/API Response Time Bemchmark? #110

Open
nelsonic opened this issue Nov 14, 2022 · 2 comments
Open

Real World App/API Response Time Bemchmark? #110

nelsonic opened this issue Nov 14, 2022 · 2 comments
Labels
discuss Share your constructive thoughts on how to make progress with this issue question A question needs to be answered before progress can be made on this issue research Research required; be specific technical A technical issue that requires understanding of the code, infrastructure or dependencies

Comments

@nelsonic
Copy link
Member

Something that I really want to address from an Engineering/Perf perspective is the round-trip response time for a typical API request.

Rust #103 is unquestionably faster than Elixir dwyl/learn-elixir#102 in synthetic benchmarks. But what if we consider the full request lifecycle? What about our specific use case which is long-lived websocket connections for collaboration across many teams? Which stack will end up with the best performance / lowest latency?

@nelsonic nelsonic added question A question needs to be answered before progress can be made on this issue discuss Share your constructive thoughts on how to make progress with this issue technical A technical issue that requires understanding of the code, infrastructure or dependencies research Research required; be specific labels Nov 14, 2022
@nelsonic
Copy link
Member Author

I'm very curious about this. 💭
For the individual person using an App they probably won't notice the difference in performance. 🤷‍♂️
But us as Engineers, can we ignore it? 🤔

@nelsonic
Copy link
Member Author

nelsonic commented Nov 29, 2022

Taking the warts off C, with Andrew Kelley, creator of Zig: https://youtu.be/gn3YsZ6HUHw
image

Via: https://users.rust-lang.org/t/is-zig-lang-faster-than-rust/70390/8?u=nelsonic

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
discuss Share your constructive thoughts on how to make progress with this issue question A question needs to be answered before progress can be made on this issue research Research required; be specific technical A technical issue that requires understanding of the code, infrastructure or dependencies
Projects
None yet
Development

No branches or pull requests

1 participant