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

Multithreaded Buffered Reader #71

Open
Enn3Developer opened this issue Jan 12, 2023 · 2 comments
Open

Multithreaded Buffered Reader #71

Enn3Developer opened this issue Jan 12, 2023 · 2 comments
Assignees
Labels
enhancement New feature or request experimental The changes may break something or be a bad idea

Comments

@Enn3Developer
Copy link
Member

Implement, in a way or the other, a file reader that loads the content in a buffer and does so in another thread
The goal is to parallelize the code analyzer and the file reading to gain something with the performance (this change should be visible with larger files)
Prob this should be for 3.1 but can later be changed to 3.X or even 4.0 in case it misses the feature window

@Maiori44
Copy link
Member

3.1 already had a bunch, let's stop giving it more

@Enn3Developer Enn3Developer added enhancement New feature or request experimental The changes may break something or be a bad idea labels Jan 13, 2023
@Enn3Developer Enn3Developer self-assigned this May 20, 2023
@Enn3Developer Enn3Developer added this to the 3.4 milestone May 20, 2023
@Enn3Developer
Copy link
Member Author

I set 3.4 as a milestone but if this isn't ready for that release this will be postponed

@Markos-Th09 Markos-Th09 removed this from the 3.4 milestone Jul 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request experimental The changes may break something or be a bad idea
Projects
None yet
Development

No branches or pull requests

3 participants