Update README.md

This commit is contained in:
Bogumił Kamiński 2023-03-03 19:42:48 +01:00 committed by GitHub
parent 4beea9b23b
commit 3bc2ed1cb7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -195,7 +195,7 @@ julia> @time sum_n(1_000_000_000)
500000000500000000
```
This timining is very fast (and the reason is explained in the book).
This timing is very fast (and the reason is explained in the book).
The issue is that this is the situation under Julia 1.7.
Under Julia 1.8 and Julia 1.9 running the same code takes longer (tested under Julia 1.9-beta4):