2022-02-17から1日間の記事一覧

最近見かけたHaskell library: cache

cache: An in-memory key/value store with expiration support cacheはシンプルなin-memory key-value store. 内部実装としてHashMapを使っており、IOやSTMモナドによるinsert, lookupが可能。また、オプションでexpiration timeをセットすることもできる。…