We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7a277c commit c804956Copy full SHA for c804956
README.md
@@ -92,7 +92,7 @@ int main(int argc, char *argv[])
92
93
Benchmark
94
-------
95
-We can observe speed ups for structure of arrays (vapid::soa) vs array of structs (std::vector) with the toy program benchmark.cc
+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.
96
Here are the results using Visual Studio 2022 on Release mode on my laptop.
97
98
```
0 commit comments