Skip to content

Changed how files vector is resized

  • Made a change in context to the way files vector is resized on insert. Slight change to the code but original logic should be intact.
  • Under my own independent tests "resize_with" is slightly more efficient than the while loop.

Merge request reports