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

Create a dynamic read length variable #23

Open
R1nlz3r opened this issue Sep 26, 2020 · 0 comments
Open

Create a dynamic read length variable #23

R1nlz3r opened this issue Sep 26, 2020 · 0 comments
Assignees
Labels

Comments

@R1nlz3r
Copy link
Owner

R1nlz3r commented Sep 26, 2020

On big files the program is too slow, the bottleneck is on the read system call.
The step of the command is the actual read length size.
This value breaks the algorithm if changed.
Create and separate the read length value from the step size.

@R1nlz3r R1nlz3r self-assigned this Sep 26, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant