Open jlwehle opened 5 years ago
This is simply a port of a portition of a patch I filed for firpm.
pm.cpp has lambdas of the form:
freqBands[i].amplitude = [=](BandSpace bSpace, ...
Unfortunately the [=] appears to cause the a and freqBands arrays to be copied over and over. The net effect is the process consumed 64 GBytes of memory before dying.
-- John PatchJLW03.txt
This is simply a port of a portition of a patch I filed for firpm.
pm.cpp has lambdas of the form:
freqBands[i].amplitude = [=](BandSpace bSpace, ...
Unfortunately the [=] appears to cause the a and freqBands arrays to be copied over and over. The net effect is the process consumed 64 GBytes of memory before dying.
-- John PatchJLW03.txt