CC-Archived / promise-as3

Promises/A+ compliant implementation in ActionScript 3.0
168 stars 55 forks source link

Vectors instead of Arrays to speed up things #43

Open honzabrecka opened 10 years ago

honzabrecka commented 10 years ago

Use specialized Vectors instead of general Arrays. Where possible fixed Vector were used - e. g. CallbackQueue.