From 2662a60cb545819819e088b022a765b5aa58832d Mon Sep 17 00:00:00 2001 From: James Smith Date: Tue, 22 Sep 2020 12:45:06 +0100 Subject: Update ch-1.pl --- challenge-079/james-smith/perl/ch-1.pl | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'challenge-079') 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 - -# -- cgit