Binary package “golang-github-karrick-goswarm-dev” in ubuntu noble

Memoization with asynchronous revalidation for Go

 goswarm is a library for storing the results of expensive function calls
 and returning the cached result when the same input key occurs again.
 .
 In addition, it provides stale-while-revalidate and stale-if-error compatible
 features.