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

Investigate whether crossbeam types can help #16

Open
jonhoo opened this issue Jan 29, 2019 · 1 comment
Open

Investigate whether crossbeam types can help #16

jonhoo opened this issue Jan 29, 2019 · 1 comment

Comments

@jonhoo
Copy link
Owner

jonhoo commented Jan 29, 2019

In https://stjepang.github.io/2019/01/29/lock-free-rust-crossbeam-in-2019.html, @stjepang mentions a few pieces that may be relevant to bus. Specifically, Backoff might be a good substitute for parking_lot::SpinWait, and CachePadded might buy us some better performance in certain cases.

@jonhoo
Copy link
Owner Author

jonhoo commented Jan 29, 2019

Parker may also be a good thing to use instead of our thread::Thread.

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