File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -92,7 +92,7 @@ int main(int argc, char *argv[])
92
92
93
93
Benchmark
94
94
-------
95
- We can observe speed ups for structure of arrays vs array of structs with the toy program benchmark.cc
95
+ We can observe speed ups for structure of arrays (vapid::soa) vs array of structs (std::vector) with the toy program benchmark.cc
96
96
Here are the results using Visual Studio 2022 on Release mode on my laptop.
97
97
98
98
```
@@ -140,8 +140,8 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
140
140
141
141
http_archive(
142
142
name = " com_github_markisus_vapid-soa" ,
143
- url = " https://github.com/markisus/vapid-soa/archive/dc6b6d6a399b67cc1441965d9ba34642654f8ef4 .zip" ,
144
- strip_prefix = " vapid-soa-dc6b6d6a399b67cc1441965d9ba34642654f8ef4 " )
143
+ url = " https://github.com/markisus/vapid-soa/archive/d3c303a3fe15ebc4c8a7e3049bd21a3f663a42d0 .zip" ,
144
+ strip_prefix = " vapid-soa-d3c303a3fe15ebc4c8a7e3049bd21a3f663a42d0 " )
145
145
```
146
146
``` starlark
147
147
# BUILD
You can’t perform that action at this time.
0 commit comments