AuburnSounds / Dplug

Audio plugin framework. VST2/VST3/AU/AAX/LV2 for Linux/macOS/Windows.

Home Page:https://dplug.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Possible Vec enhancements

p0nce opened this issue · comments

commented
  • use the druntime function that computes optimal size of reallocation in bytes. Would help memory consumption for large ones.
  • pushBack should not lead to 2x asked size
  • shrinkToFit implementation
commented

All done in v14.0.2, this shouldn't break anything