aboutsummaryrefslogtreecommitdiff
path: root/challenge-119/james-smith
diff options
context:
space:
mode:
authordrbaggy <js5@sanger.ac.uk>2021-06-28 11:40:01 +0100
committerdrbaggy <js5@sanger.ac.uk>2021-06-28 11:40:01 +0100
commitc8c1b9d5ea3807d81c76012ca900195b28ce4e09 (patch)
treeb8b22bab3213115c9b1bd60696f570b0a0105542 /challenge-119/james-smith
parentacf8b94c9baa6cfbd05892d5739662331bf4f3a3 (diff)
downloadperlweeklychallenge-club-c8c1b9d5ea3807d81c76012ca900195b28ce4e09.tar.gz
perlweeklychallenge-club-c8c1b9d5ea3807d81c76012ca900195b28ce4e09.tar.bz2
perlweeklychallenge-club-c8c1b9d5ea3807d81c76012ca900195b28ce4e09.zip
Update README.md
Diffstat (limited to 'challenge-119/james-smith')
-rw-r--r--challenge-119/james-smith/README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/challenge-119/james-smith/README.md b/challenge-119/james-smith/README.md
index 8a7bb03e47..ed59ace2bf 100644
--- a/challenge-119/james-smith/README.md
+++ b/challenge-119/james-smith/README.md
@@ -71,3 +71,7 @@ sub no_11 {
return join q(),@v;
}
```
+
+Comparing this to the pure script using numbers and filtering out those
+that contain any of the digits `0`, `4` through `9` or the string `11`
+sees an approximately 10-15x speed up. \ No newline at end of file