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

chore(common): Remove need for cursors in NativeIO #416

Merged
merged 2 commits into from
Aug 5, 2024
Merged

Conversation

clabby
Copy link
Collaborator

@clabby clabby commented Aug 4, 2024

Overview

Removes the need for tracking the cursor within files in NativeIO by creating a bidirectional pipe rather than re-using the same files for communication. This approach is much less bug-prone, and also allows for some nice simplification within a hotpath.

Removes the need for tracking the cursor within files in `NativeIO` by
creating a bidirectional pipe rather than re-using the same files for
communication. This approach is much less bug-prone, and also allows for
some nice simplification within a hotpath.
@clabby clabby self-assigned this Aug 4, 2024
@clabby clabby added A-common Area: kona-common crate K-perf Kind: performance A-host Area: host binary labels Aug 4, 2024
Copy link
Collaborator Author

clabby commented Aug 4, 2024

This stack of pull requests is managed by Graphite. Learn more about stacking.

Join @clabby and the rest of your teammates on Graphite Graphite

Copy link
Collaborator

@refcell refcell left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Wow this is a really nice cleanup

@clabby clabby enabled auto-merge August 5, 2024 01:39
@clabby clabby added this pull request to the merge queue Aug 5, 2024
@codecov-commenter
Copy link

Codecov Report

Attention: Patch coverage is 93.33333% with 3 lines in your changes missing coverage. Please review.

Project coverage is 77.6%. Comparing base (b3a8d11) to head (e146386).

Files Patch % Lines
crates/common/src/types.rs 0.0% 3 Missing ⚠️
Additional details and impacted files

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Merged via the queue into main with commit e069eb4 Aug 5, 2024
19 checks passed
@github-actions github-actions bot mentioned this pull request Aug 5, 2024
@github-actions github-actions bot mentioned this pull request Aug 16, 2024
@github-actions github-actions bot mentioned this pull request Sep 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-common Area: kona-common crate A-host Area: host binary K-perf Kind: performance
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants