Generalize cache system to better handle reuse #3
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Some layouts share the same set of layered bindings so have common unigram metrics. However, the caching system will often regenerate these metrics despite them already being pre-calculated when using a different layout.
As a separate point, if needing n-gram metrics while m-gram metrics are already calculated, the system will not re-use the existing cache.
This feature request proposes two changes:
This will reduce the need to re-generate caches and also remove the need for
--cacheinoptimize.py.