aboutsummaryrefslogtreecommitdiff
path: root/challenge-079/james-smith/perl
diff options
context:
space:
mode:
authorJames Smith <js5@sanger.ac.uk>2020-09-22 12:45:06 +0100
committerGitHub <noreply@github.com>2020-09-22 12:45:06 +0100
commit2662a60cb545819819e088b022a765b5aa58832d (patch)
treed12a0ec6af18a19d4c7d2f7bde252e7b552dd3c1 /challenge-079/james-smith/perl
parentb2c716c80f57393600713ffd1d2555e56a4221b6 (diff)
downloadperlweeklychallenge-club-2662a60cb545819819e088b022a765b5aa58832d.tar.gz
perlweeklychallenge-club-2662a60cb545819819e088b022a765b5aa58832d.tar.bz2
perlweeklychallenge-club-2662a60cb545819819e088b022a765b5aa58832d.zip
Update ch-1.pl
Diffstat (limited to 'challenge-079/james-smith/perl')
-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
-
-#