mirror of
https://github.com/boostorg/compute.git
synced 2026-01-27 06:42:19 +00:00
This changes the vector class to not auto-initialize values when it is created or resized. This improves performance by eliminating a call to fill(). If needed, user code can call fill() explicitly on the newly allocated values.