From e5a613e6f1e88e18401478bfaa11eccc43a0ff42 Mon Sep 17 00:00:00 2001 From: Luis Rodriguez Date: Wed, 13 Nov 2019 14:18:25 -0500 Subject: [PATCH] Update readme.md --- readme.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/readme.md b/readme.md index a2701a6..2b4eeac 100644 --- a/readme.md +++ b/readme.md @@ -36,4 +36,8 @@ Loans | Permutations | Time To calculate 14 | 87,178,291,200 | 2d 15 | 1,307,674,368,000 | 219d -Time to calculate was run on a machine with Windows and a 11381 [benchmark score](https://www.cpubenchmark.net/). Your times may vary. Average memory usage was 6MB of ram throughout the process. Im workings towards achieving 14 loans in under 24 hours +Time to calculate was run on a machine with Windows and a 11381 [benchmark score](https://www.cpubenchmark.net/). Your times may vary. Average memory usage was 6MB of ram throughout the process. + +#### Closing notes + +Im workings towards achieving 14 loans in under 24 hours, by any means whether it be clustering, optimizations or anything else. The faster I can process all this data the better. It will also allow me to introduce better side ideas into it like balance transfers becouse ultimately thats just another loan I would be tossing into the mix of permutations.