Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Enhance] Upgrade Eventqueue from Brute-Force to Heap #177

Open
lychees opened this issue May 3, 2020 · 0 comments
Open

[Enhance] Upgrade Eventqueue from Brute-Force to Heap #177

lychees opened this issue May 3, 2020 · 0 comments

Comments

@lychees
Copy link
Contributor

lychees commented May 3, 2020

It seems to me that the eventqueue.ts is implemented in a Brute-Force way. It can be upgrade with heap to get better performance.

https://en.wikipedia.org/wiki/Heap_(data_structure)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants