Skip to content

Commit c804956

Browse files
authored
Update README.md
1 parent c7a277c commit c804956

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ int main(int argc, char *argv[])
9292
9393
Benchmark
9494
-------
95-
We can observe speed ups for structure of arrays (vapid::soa) vs array of structs (std::vector) with the toy program benchmark.cc
95+
We can observe speed ups for structure of arrays (soa=vapid::soa) vs array of structs (vec=std::vector) with the toy program benchmark.cc.
9696
Here are the results using Visual Studio 2022 on Release mode on my laptop.
9797
9898
```

0 commit comments

Comments
 (0)