-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
Grammar checking is using quite a lot of RAM on our Divvun API server:
We've mitigated this for the spellchecking in DivvunSpell by using mmap instead of loading data into RAM, with minimal performance penalty in our use cases. Is this something that can be implemented for these grammar checking pipelines?
Metadata
Metadata
Assignees
Labels
No labels