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

About Fre's scheduler #49

Closed
yisar opened this issue Oct 1, 2019 · 1 comment
Closed

About Fre's scheduler #49

yisar opened this issue Oct 1, 2019 · 1 comment

Comments

@yisar
Copy link
Collaborator

yisar commented Oct 1, 2019

Fre's scheduler is discussed here.

First I implemented a prototype scheduler here, but I found that react gave a better implement two days ago.

linked list vs min heap

There is a sorted queue, which we can implement using linked list or array.

React is implemented with a min heap in v16.10, which makes it standard and faster.

I think linked list is better for fre now, but heap is the best for sorted queue.

I need to reassess whether to use the min heap

Any ideas here? @mindplay-dk @yiliang114

@yisar
Copy link
Collaborator Author

yisar commented Oct 4, 2019

completed!

@yisar yisar closed this as completed Oct 4, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant