Confirmed users
964
edits
| Line 139: | Line 139: | ||
==== Performance ==== | ==== Performance ==== | ||
Problem: If we parse pages locally, we need to preserve performance which could be impacted if we parse many pages. | Problem: If we parse pages locally, we need to preserve performance which could be impacted if we parse many pages. Storing parsed page meta data would also improve reduce duplicate computations on existing pages. | ||
Solution: Loci, a worker queue that could parse pages without blocking the main thread. | Solution: | ||
* Loci, a worker queue that could parse pages without blocking the main thread. | |||
* Advanced storage to store page meta data for fast queries by score. | |||
=Team - RACI = | =Team - RACI = | ||