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

Async Code execution #20

Open
museHD opened this issue Jun 29, 2022 · 0 comments
Open

Async Code execution #20

museHD opened this issue Jun 29, 2022 · 0 comments
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@museHD
Copy link
Owner

museHD commented Jun 29, 2022

One of the major problems right now is performance. The program has to go through each step for each of the words, before it moves on to the next one.

I've wanted to look into async calls but haven't gotten around to doing it. The current code will most likely need to be structured, as the order of operations needs to be taken into account. i.e. The program should only retrieve the definition for a word from one source, rather than getting definitions from several sources. Ideally, it should also detect how much additional load is being put on the system and add threads accordingly, allowing for more performance as well as accessibility.

If anyone is interested in implementing this, please let me know.

@museHD museHD added enhancement New feature or request help wanted Extra attention is needed labels Jun 29, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant