Update README.md

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

View File

@ -206,7 +206,7 @@ julia> @time sum_n(1_000_000_000)
500000000500000000
```
The reason for this inconsistency is a bug in `@time` macro introduced in Julia 1.8 release.
The reason for this inconsistency is a bug in the `@time` macro introduced in Julia 1.8 release.
The `sum_n(1_000_000_000)` call (without `@time`) is executed fast.
Here is a simplified benchmark (run under Julia 1.9-beta4):