jussi-kalliokoski / audiolib.js

audiolib.js is a powerful audio tools library for javascript.
http://audiolibjs.org/
672 stars 58 forks source link

GC & CC hurting performance with audiolib.js #5

Closed jussi-kalliokoski closed 12 years ago

jussi-kalliokoski commented 13 years ago

The GC and CC are taking huge amounts of time with audiolib.js, especially on Firefox, so maybe some premature optimization is in place. I've already made some improvements (it's about 20% faster now), but more can't hurt.

jussi-kalliokoski commented 13 years ago

Made Oscillator more object-oriented, easing the load on GC. See issue #12.

jussi-kalliokoski commented 13 years ago

This is also a persisting issue, removing milestone.