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

Run queue is a linked list instead of a vecdeque #21

Open
senyosimpson opened this issue Feb 18, 2022 · 1 comment
Open

Run queue is a linked list instead of a vecdeque #21

senyosimpson opened this issue Feb 18, 2022 · 1 comment

Comments

@senyosimpson
Copy link
Owner

This tweet by Eliza explains why Tokio chose to use a linked list for their synchronization primitives. I don't know if that is applicable here to be honest. They also use a VecDeque for the local queue however

@senyosimpson
Copy link
Owner Author

I'd prefer to get some empirical data here before making any decision

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