Y
Hacker News
new
|
ask
|
show
|
jobs
by
masklinn
20 days ago
> upb parses FAST, but then every access is still C->Python and it slows it down. So for many reads the slow python one can win?
That is pretty unlikely. TFA's version is in Rust and just barely edges out upb.
1 comments
Chu4eeno
19 days ago
rust code tends to be incredibly slow unless you spend a ton of time optimizing (compared to other compiled languages, and contrary to popular belief).
link