Skip to content

Commit c7a277c

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

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
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 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
9696
Here are the results using Visual Studio 2022 on Release mode on my laptop.
9797
9898
```
@@ -140,8 +140,8 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
140140

141141
http_archive(
142142
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")
145145
```
146146
```starlark
147147
# BUILD

0 commit comments

Comments
 (0)