mirror of
https://github.com/vxcontrol/pentagi.git
synced 2026-08-28 03:39:56 -04:00
9caa6a8775
- Replaced expirable LRU cache with non-expirable lru.Cache in multiple files for improved performance and reduced resource usage. - Introduced a new function, newSummarizerCache, to create a fixed-size LRU cache for summarizer results, eliminating the need for background goroutines. - Updated related code to ensure compatibility with the new cache implementation.