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

Read segments of a single file? #6

Open
timbray opened this issue Oct 14, 2021 · 1 comment
Open

Read segments of a single file? #6

timbray opened this issue Oct 14, 2021 · 1 comment

Comments

@timbray
Copy link

timbray commented Oct 14, 2021

This is cool!

Idea: If I'm reading with N threads, a common use-case for this is processing segments of a big file in parallel, for example see https://github.com/timbray/topfew

I don't know if it'd make a difference if on your read tests, if you're reading out of four distinct files or segments from a single one. It might be fun to implement that and see what happens.

@cunnie
Copy link
Owner

cunnie commented Oct 16, 2021

Oh, I like that idea. I'll check out your code as an example & see what I can do.

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

2 participants