diff options
| author | Mohammad S Anwar <Mohammad.Anwar@yahoo.com> | 2021-10-11 00:23:13 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-10-11 00:23:13 +0100 |
| commit | b14526b0e8237f7572900938d4ceb7d48f7c13d7 (patch) | |
| tree | 5e49af995820e565beb9522a41ae5461b90d5754 | |
| parent | 0cbc830f7a2365933cb31b4bb5f98cf4927a63bc (diff) | |
| parent | 98835fe0246896c402604f48dade73cd3918548c (diff) | |
| download | perlweeklychallenge-club-b14526b0e8237f7572900938d4ceb7d48f7c13d7.tar.gz perlweeklychallenge-club-b14526b0e8237f7572900938d4ceb7d48f7c13d7.tar.bz2 perlweeklychallenge-club-b14526b0e8237f7572900938d4ceb7d48f7c13d7.zip | |
Merge pull request #5002 from drbaggy/master
Update README.md
| -rw-r--r-- | challenge-133/james-smith/README.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/challenge-133/james-smith/README.md b/challenge-133/james-smith/README.md index c50473185e..188174521f 100644 --- a/challenge-133/james-smith/README.md +++ b/challenge-133/james-smith/README.md @@ -100,6 +100,8 @@ So here is my first C programme for probably 30 years! This is the limit for the algorithm (would need 20+ Gbytes for the 10 billion case) +Note there is an additional about 0.08 second penalty for compiling the C code - so infact for less than 100,000 the perl code is faster in total... + ### The C code ```c |
