You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description
Thanks for working on this project. I just wanted to note that there is lots of room for improvement in the performance department. A quick test:
start = time.time()
words = [r.get_random_word() for i in range(100)]
duration = end = time.time()
# duration is 30.501307725906372 seconds
Steps to Reproduce
Call any random word method
Observe how incredibly slow everything is.
Expected behavior
I understand the constraints of entropy, but I would expect something a bit faster than what I'm currently seeing.
Environment (please complete the following information):
OS: Mac OS (2020 Macbook Pro)
Python 3.9
The text was updated successfully, but these errors were encountered:
Description
Thanks for working on this project. I just wanted to note that there is lots of room for improvement in the performance department. A quick test:
Steps to Reproduce
Expected behavior
I understand the constraints of entropy, but I would expect something a bit faster than what I'm currently seeing.
Environment (please complete the following information):
The text was updated successfully, but these errors were encountered: