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

Replace std MPSC channel with crossbeam SegQueue for DataExporter #143

Merged
merged 1 commit into from
Jan 20, 2025

Conversation

Thaumy
Copy link
Collaborator

@Thaumy Thaumy commented Jan 20, 2025

This patch simplified the DataExporter impl with SegQueue from crossbeam crate. Since the std MPSC channel is a backport of crossbeam, there is no performance difference with the current impl.
FWIW: rust-lang/rust#93563

@Thaumy Thaumy requested a review from saying121 January 20, 2025 06:04
@saying121 saying121 merged commit a798896 into OptimatistOpenSource:main Jan 20, 2025
5 checks passed
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

Successfully merging this pull request may close these issues.

2 participants