|
|
|
|
|
by kelnos
605 days ago
|
|
It depends, of course, on what you're doing. Re-using the toy web API in the article, I expect Python would be significantly faster. The QR code library you'd end up using in Python is probably written in C, and the web-serving portion should have comparable performance characteristics as you'd get with nodejs. My guess is that if you were to rewrite this same app in straight Python (no Rust at all), it would probably already give you "Tier 3" performance. But sure, I bet there are a bunch of use cases where nodejs would be faster than Python. |
|