Skip to content

Async Code execution #20

@museHD

Description

@museHD

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requesthelp wantedExtra attention is needed

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions