aboutsummaryrefslogtreecommitdiff
path: root/challenge-079
diff options
context:
space:
mode:
Diffstat (limited to 'challenge-079')
-rwxr-xr-xchallenge-079/james-smith/perl/ch-1.pl12
1 files changed, 0 insertions, 12 deletions
diff --git a/challenge-079/james-smith/perl/ch-1.pl b/challenge-079/james-smith/perl/ch-1.pl
index b7b458744f..75a2e92922 100755
--- a/challenge-079/james-smith/perl/ch-1.pl
+++ b/challenge-079/james-smith/perl/ch-1.pl
@@ -75,15 +75,3 @@ sub naive_count_set_bits {
return $c % 1000000007;
}
-# "i" "count" "fast" "naive" "speed up"
-# 1 1 0.000017 0.000008 0.458
-# 10 17 0.000014 0.000007 0.492
-# 100 319 0.000012 0.000022 1.840
-# 1,000 4,938 0.000010 0.000187 18.690
-# 10,000 64,613 0.000019 0.001943 101.875
-# 100,000 815,030 0.000035 0.076236 2,175.218
-# 1,000,000 9,884,999 0.000034 0.835451 24,677.007
-# 10,000,000 114,434,632 0.000034 8.543442 250,585.965
-# 100,000,000 314,447,109 0.000041 95.227608 2,322,171.727
-
-#