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

Clean up new rayon code to separate mulitplexer code from lepton parsing #62

Merged
merged 5 commits into from
Apr 12, 2024

Conversation

mcroomp
Copy link
Collaborator

@mcroomp mcroomp commented Apr 10, 2024

Lepton files consist of blocks written by a multiplexing reader/writer, which is pretty generic. The blocks are identified by thread_id.

Separate this logic into its own module to improve readability and maintainability. Avoids mixing the multithreading code with the lepton file format parsing.

src/structs/multiplexer.rs Show resolved Hide resolved
@mcroomp mcroomp merged commit 1cad690 into main Apr 12, 2024
2 checks passed
@mcroomp mcroomp deleted the multiplexer branch April 12, 2024 04:51
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