Y
Hacker News
new
|
ask
|
show
|
jobs
by
alkonaut
1865 days ago
Are you compiling for ARM in both cases (or x86 in both cases)? Otherwise you are building 2 completely different programs, one is ripgrep for ARM and the other is ripgrep for Intel.
1 comments
saagarjha
1865 days ago
The programs would be pretty much identical until they are lowered, which is generally not a bottleneck for Rust compiles…
link