diff options
| author | drbaggy <js5@sanger.ac.uk> | 2021-06-28 11:40:01 +0100 |
|---|---|---|
| committer | drbaggy <js5@sanger.ac.uk> | 2021-06-28 11:40:01 +0100 |
| commit | c8c1b9d5ea3807d81c76012ca900195b28ce4e09 (patch) | |
| tree | b8b22bab3213115c9b1bd60696f570b0a0105542 | |
| parent | acf8b94c9baa6cfbd05892d5739662331bf4f3a3 (diff) | |
| download | perlweeklychallenge-club-c8c1b9d5ea3807d81c76012ca900195b28ce4e09.tar.gz perlweeklychallenge-club-c8c1b9d5ea3807d81c76012ca900195b28ce4e09.tar.bz2 perlweeklychallenge-club-c8c1b9d5ea3807d81c76012ca900195b28ce4e09.zip | |
Update README.md
| -rw-r--r-- | challenge-119/james-smith/README.md | 4 |
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 |
