SysSn13 / leetcode-rating-predictor

Leetcode Rating Predictor built with Node. Browser extension and web interface.
https://lcpredictor.onrender.com/
MIT License
530 stars 54 forks source link

Introduce caching for read operations #72

Open SysSn13 opened 9 months ago

SysSn13 commented 9 months ago

To enhance performance and reduce latency, we are planning to implement caching for various operations, targeting both contest and user data. This strategic addition aims to achieve the following benefits:

Accelerate the prediction of ratings

Implementing caching will not only optimize the overall system responsiveness but also contribute to a smoother and more efficient user experience.