Hacker News new | ask | show | jobs
by mitghi 1741 days ago
Nice article. Have you tried to compile the program with '--release' flag? Because Cargo builds for debug by default. If you build the program for debug then its slower.