Skip to content

Caching added for raw()#8

Open
PanderMusubi wants to merge 1 commit into
Alex23rodriguez:mainfrom
PanderMusubi:cache
Open

Caching added for raw()#8
PanderMusubi wants to merge 1 commit into
Alex23rodriguez:mainfrom
PanderMusubi:cache

Conversation

@PanderMusubi

Copy link
Copy Markdown

Closes #7

@PanderMusubi

Copy link
Copy Markdown
Author

Here is some example output when calling close(True)

/usr/share/hunspell/es_ES.dic CacheInfo(hits=4621, misses=3056, maxsize=8192, currsize=3056)
/usr/share/hunspell/en_US.dic CacheInfo(hits=6459, misses=1927, maxsize=8192, currsize=1927)
/usr/share/hunspell/nl.dic CacheInfo(hits=5687, misses=2293, maxsize=8192, currsize=2293)

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.

Speed up spell and suggest with caching

1 participant