From 10946f7c706e74c55c782187150e3220340dbf3f Mon Sep 17 00:00:00 2001 From: drbaggy Date: Wed, 28 Apr 2021 14:21:31 +0100 Subject: Update README.md --- challenge-110/james-smith/README.md | 2 ++ 1 file changed, 2 insertions(+) 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 | -- cgit