Closed eonarheim closed 3 years ago
Currently we do some inefficent add/removes in the kill queue, @kamranayub suggested switching to hash maps to get us to O(1) performance
See https://github.com/excaliburjs/Excalibur/pull/985#discussion_r184852939
This issue hasn't had any recent activity lately and is being marked as stale automatically.
Context
Currently we do some inefficent add/removes in the kill queue, @kamranayub suggested switching to hash maps to get us to O(1) performance
Proposal
See https://github.com/excaliburjs/Excalibur/pull/985#discussion_r184852939