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

113 increase efficiency of wiki context creation #121

Closed

Conversation

steffencruz
Copy link
Collaborator

No description provided.

@steffencruz
Copy link
Collaborator Author

The regular wikipedia package is designed to be synchronous because that's the most straightforward way to write code, especially for beginners or simple scripting tasks. It uses a blocking style of programming, which means that when a network request is made, the program waits (or "blocks") until the response is returned before moving on to the next line of code. This is the default behavior of the requests library, which the wikipedia package likely uses under the hood for HTTP requests.

@mccrindlebrian mccrindlebrian deleted the 113-increase-efficiency-of-wiki-context-creation branch April 16, 2024 13:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant