evaera / roblox-lua-promise

Promise implementation for Roblox
https://eryn.io/roblox-lua-promise/
MIT License
281 stars 78 forks source link

Avoid reallocating another table for the _consumers() metatable, lead… #19

Closed Quenty closed 4 years ago

Quenty commented 4 years ago

Avoid reallocating another table for the _consumers() metatable, leading to a 5%-10% speed up of the trivial Promise.new(function() end) case