aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordrbaggy <js5@sanger.ac.uk>2021-04-28 14:21:31 +0100
committerdrbaggy <js5@sanger.ac.uk>2021-04-28 14:21:31 +0100
commit10946f7c706e74c55c782187150e3220340dbf3f (patch)
tree5da1cf9bde1e88a2994c9dee3bfba7d8f4ac031a
parentc51dcf6466eb85ed50fafb27a3986ba242b3341b (diff)
downloadperlweeklychallenge-club-10946f7c706e74c55c782187150e3220340dbf3f.tar.gz
perlweeklychallenge-club-10946f7c706e74c55c782187150e3220340dbf3f.tar.bz2
perlweeklychallenge-club-10946f7c706e74c55c782187150e3220340dbf3f.zip
Update README.md
-rw-r--r--challenge-110/james-smith/README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/challenge-110/james-smith/README.md b/challenge-110/james-smith/README.md
index f39904c08a..9759983712 100644
--- a/challenge-110/james-smith/README.md
+++ b/challenge-110/james-smith/README.md
@@ -302,6 +302,8 @@ We list these in order of "memory consumption"...
The size is the number of rows/columns - so the "1000" file has 1000 rows and 1000 columns (+row/column labels).
+As a "guestimate" for the 30,000 x 30,000 case for which the seek solution use roughly 50Mb, the regex solution would use 7GB memory and the split method would use about 75GB memory... Both these are more memory+swap than the machine that I'm using has!
+
**File sizes:**
| name | rows | columns | size | row size |