Skip to content
This repository has been archived by the owner on Dec 29, 2024. It is now read-only.

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 subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
product enhancements Improvements to the product itself
Projects
None yet
Development

No branches or pull requests

1 participant