Finished computing 2**25.

This commit is contained in:
Julien Palard 2023-10-17 21:59:03 +02:00
parent f477cae0ad
commit c3e1e03b60
Signed by: mdk
GPG Key ID: 0EFC1AC1006886F8
2 changed files with 14 additions and 13 deletions

BIN
2**25.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 MiB

View File

@ -1,19 +1,20 @@
/*
Some performance measures:
+--------+--------+
| height | time |
+--------+--------+
| 2**16 | 0.1s |
| 2**17 | 0.4s |
| 2**18 | 1.5s |
| 2**19 | 6.5s |
| 2**20 | 23s |
| 2**21 | 1m36s |
| 2**22 | 6m18s |
| 2**23 | 25m4s |
| 2**24 | 96m54s |
+--------+--------+
+--------+---------+
| height | time |
+--------+---------+
| 2**16 | 0.1s |
| 2**17 | 0.4s |
| 2**18 | 1.5s |
| 2**19 | 6.5s |
| 2**20 | 19s |
| 2**21 | 1m14s |
| 2**22 | 5 min |
| 2**23 | 20 min |
| 2**24 | 74 min |
| 2**25 | 5h |
+--------+---------+
*/