File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -102,18 +102,18 @@ the book _Numerical Solution of Hyperbolic Partial Differential Equations_ by pr
102
102
see more details here
103
103
+ [ room for performance improvement for SubArray #5117 ] ( https://github.com/JuliaLang/julia/issues/5117 )
104
104
105
- Timing for baseline with ` @unsafe ` macro annotation:
105
+ + Timing for baseline with ` @unsafe ` annotation:
106
106
``` sh
107
107
0.103402 seconds (21 allocations: 235.531 KB)
108
108
```
109
109
110
- Timing for `OffsetArray` version with `@unsafe` macro annotation:
110
+ + Timing for ` OffsetArray ` version with ` @unsafe ` annotation:
111
111
``` sh
112
112
0.103987 seconds (16 allocations: 235.094 KB)
113
113
```
114
114
115
- for ` sub ` macro version with ` @unsafe ` macro annotation (doesn't work without ` @unsafe ` ):
116
- ```
115
+ + Timing for ` sub ` macro version with ` @unsafe ` annotation (doesn't work without ` @unsafe ` ):
116
+ ``` sh
117
117
0.105967 seconds (217 allocations: 268.094 KB)
118
118
```
119
119
Only the 2nd timing after warming up is given.
You can’t perform that action at this time.
0 commit comments