Update README.md
This commit is contained in:
parent
be3e4de540
commit
4beea9b23b
@ -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):
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user