-
Notifications
You must be signed in to change notification settings - Fork 32
Closed
Labels
Description
In the documentation there is mention that it will be possible to not generate the parser on every startup... how far out is that feature?
Even though I had read that in the documentation before I started, I had naively assumed it would still be somehow possible to pickle the state of the parser and reload it on a future run. In fact, it is possible to serialize the parser using the dill
module but it doesn't work quite right after I reload it.