Hacker News new | ask | show | jobs
by piotrpdev 436 days ago
Enabling lto, using codegen-units=1, and using the minimum required feature flags might improve performance a bit.
1 comments

No, it won’t. Rocket is issuing 2 syscalls for every 4 kilobytes, which is what is killing the performance.