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

feat: eliminate VortexRead, replace with struct VortexBufReader #1349

Merged
merged 4 commits into from
Nov 18, 2024

Conversation

a10y
Copy link
Contributor

@a10y a10y commented Nov 18, 2024

This PR unifies all reads behind the VortexReadAt trait. All readers must implement random read operations via this trait.

The VortexRead buffered reading trait is eliminate, replaced with a VortexBufReader that wraps a random reader.

vortex-io/src/buf.rs Outdated Show resolved Hide resolved
@a10y a10y enabled auto-merge (squash) November 18, 2024 15:28
@a10y a10y merged commit f6980bf into develop Nov 18, 2024
12 checks passed
@a10y a10y deleted the aduffy/bufread branch November 18, 2024 15:43
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