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 e4923bf commit 25a84f6Copy full SHA for 25a84f6
README.md
@@ -1,5 +1,5 @@
1
# vapid soa
2
-A simple header only library that implements structure of arrays data structure backed by std::vector.
+A simple c++17 header only library that implements structure of arrays data structure backed by std::vector.
3
These are the most useful operations.
4
- `.insert(field1, field2, ...)` field_n inserts into the nth array
5
- `.sort_by_field<col_idx>()` sort all columns in tandem based on particular column
0 commit comments