Generating the results feed previously required traversing parts of the home directory on every run, which could slow things down. This update introduces a simple caching mechanism to via-feed, storing the output in ~/.cache/via to drastically speed up future executions. To force a manual reconstruction of the cache, you can now run it with the REBUILD=y environment variable. This should make the tool feel noticeably snappier in day-to-day use.

Implement cache building in via-feed to significantly improve performance - zhengqunkoo/via