in the generated assembly as we make changes. To start, we of course need a way to represent a point, which is easily enough done with a `struct` that has a position and a velocity. Going from one point to many can be as simple as using a `std::vector` of these `Points`. To update
4x Code Performance with SIMD