Hacker News new | ask | show | jobs
by bsaunder 684 days ago
Have you looked into profiling with strace? You should be able to see the actual system calls each of your tests are making. This will probably give you some good insights into what accounts for the speed differences.