Skip to content

Commit d154b53

Browse files
committed
README.md reformatting.
1 parent 0849ab3 commit d154b53

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -102,18 +102,18 @@ the book _Numerical Solution of Hyperbolic Partial Differential Equations_ by pr
102102
see more details here
103103
+ [room for performance improvement for SubArray #5117](https://github.com/JuliaLang/julia/issues/5117)
104104

105-
Timing for baseline with `@unsafe` macro annotation:
105+
+ Timing for baseline with `@unsafe` annotation:
106106
```sh
107107
0.103402 seconds (21 allocations: 235.531 KB)
108108
```
109109

110-
Timing for `OffsetArray` version with `@unsafe` macro annotation:
110+
+ Timing for `OffsetArray` version with `@unsafe` annotation:
111111
```sh
112112
0.103987 seconds (16 allocations: 235.094 KB)
113113
```
114114

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
117117
0.105967 seconds (217 allocations: 268.094 KB)
118118
```
119119
Only the 2nd timing after warming up is given.

0 commit comments

Comments
 (0)