File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 1
1
# vapid soa
2
+ ![ soa_logo] ( https://user-images.githubusercontent.com/469689/155224679-98bda7fb-8a8c-4a18-90f1-bb96a2a3d23c.png )
3
+
2
4
A simple c++17 header only library that implements structure of arrays data structure backed by std::vector.
3
5
These are the most useful operations.
4
6
- ` .insert(field1, field2, ...) ` field_n inserts into the nth array
@@ -264,11 +266,11 @@ Bazel Installation
264
266
# WORKSPACE
265
267
load(" @bazel_tools//tools/build_defs/repo:http.bzl" , " http_archive" )
266
268
267
- vapid_soa_version = " e5f43d7a090079010c6fdcce5068182528009415 "
269
+ vapid_soa_version = " d327bd00e3a52d8c04550215df5711d0545e396e "
268
270
http_archive(
269
271
name = " com_github_markisus_vapid-soa" ,
270
272
url = " https://github.com/markisus/vapid-soa/archive/{} .zip" .format(vapid_soa_version),
271
- sha256 = " fd0c37dfd788e971e82d2733422e2e089cd422ba69499ea665421f0880ec7c58 " ,
273
+ sha256 = " c643d20af1ce95566ff4b2b6cdca2bd2f6aa0254a4f603c74ac8e62a84a527b4 " ,
272
274
strip_prefix = " vapid-soa-{} " .format(vapid_soa_version))
273
275
274
276
```
You can’t perform that action at this time.
0 commit comments