fraserh / waldi

0 stars 0 forks source link

Caching for matcher #16

Closed matthewpalmer closed 9 years ago

matthewpalmer commented 9 years ago

Should store all the matches in a file (or something), then next week when we come to run the matcher instead of computing the matches again, we can just read from the file. Should make everything much faster.

matthewpalmer commented 9 years ago

Also this idea could probably be used for the parser somehow, but I think the page headers and stuff will probably change regularly so might not be hugely valuable.

matthewpalmer commented 9 years ago

Added to the matcher by ba15f0744e88e21462cc61d2cf419d0d183f8e47; consider if it's possible to do for parser