From 98835fe0246896c402604f48dade73cd3918548c Mon Sep 17 00:00:00 2001 From: James Smith Date: Sun, 10 Oct 2021 23:37:40 +0100 Subject: Update README.md --- challenge-133/james-smith/README.md | 2 ++ 1 file changed, 2 insertions(+) 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 -- cgit