The position attribute was not initialized in parallel. Also there was an accidental single threaded copy of each attribute because a `std::move` didn't work because the variable was `const`.
The position attribute was not initialized in parallel. Also there was an accidental single threaded copy of each attribute because a `std::move` didn't work because the variable was `const`.