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: make use of Go concurrency patterns to search contents in all directories #10

Open
gsilvapt opened this issue Oct 26, 2021 · 0 comments
Labels
product enhancements Improvements to the product itself
Milestone

Comments

@gsilvapt
Copy link
Owner

For a sufficiently large collection of notes, the search command does not scale. One possibility can be to use Go's concurrency patterns to split the load and make it more efficient for such scenario.

@gsilvapt gsilvapt added the enhancement New feature or request label Oct 26, 2021
@gsilvapt gsilvapt added this to the 0.4.1 milestone Dec 21, 2022
@gsilvapt gsilvapt added product enhancements Improvements to the product itself and removed enhancement New feature or request labels Dec 21, 2022
@gsilvapt gsilvapt modified the milestones: 0.4.1, 0.4.2 Dec 28, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
product enhancements Improvements to the product itself
Projects
None yet
Development

No branches or pull requests

1 participant