lexeme-dev / core

A project to develop novel algorithms and analysis techniques for legal research
4 stars 0 forks source link

Cache CitationNetwork to disk to improve startup time #21

Closed ProbablyFaiz closed 3 years ago

ProbablyFaiz commented 3 years ago

This PR caches an instance of the CitationNetwork class to disk on API startup. This is to make the hot reload experience much smoother, but be wary of this and delete the cache file (tmp/network_cache.pik) if you encounter weird behavior.