Closed davisjam closed 6 years ago
I am working on this
See the Cache
branch. Nearly ready to merge.
The implementation won't use a local cache. It hits a server to check if the answer for a given regex is already known.
Addressed in #14 and #15.
The detectors are slow. Once we've tested a regex we don't need to test it again. Can we cache the results?
NB Could be local but unfriendly to Travis/CI type clients.