Skip to content

Commit

Permalink
Merge branch 'master' of github.com:SiloCityLabs/loanPay
Browse files Browse the repository at this point in the history
  • Loading branch information
ldrrp committed Nov 13, 2019
2 parents f3422df + e5a613e commit 9c0da7f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit 9c0da7f

Please sign in to comment.