You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
golang-lru seems to have implemented some concurrency-safe caching policies that can replace our local existing implementation logic internal/core/task.go to support better cache management.
For now it's enough to only consider standalone cache management, I've also given some bench processing in test, and also need to consider a performance comparison between the two implementations.
If there is a better solution you can comment below
golang-lru
seems to have implemented some concurrency-safe caching policies that can replace our local existing implementation logicinternal/core/task.go
to support better cache management.For now it's enough to only consider standalone cache management, I've also given some bench processing in test, and also need to consider a performance comparison between the two implementations.
If there is a better solution you can comment below
The text was updated successfully, but these errors were encountered: