TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Distributed cache and K/V store in Go. Embeddable or independent service

23 点作者 mastabadtomm超过 5 年前

4 条评论

marcinzm超过 5 年前
Didn't Discord have issues when they did caching in Go due to the garbage collector having to run over all objects ever 2 minutes? Was that resolved in a newer version of Go or does this project get around that problem in another way?
评论 #22298230 未加载
评论 #22298189 未加载
评论 #22298312 未加载
continuations超过 5 年前
What data structure does it use - LSM tree or hash table or something else?<p>Also if I&#x27;m using it as an embedded library does it do anything to help me to replicate the data?
jrockway超过 5 年前
<a href="https:&#x2F;&#x2F;github.com&#x2F;boltdb&#x2F;bolt" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;boltdb&#x2F;bolt</a> seems very similar.
评论 #22298130 未加载
ddorian43超过 5 年前
Why not patch&#x2F;fork redis and include that as a cache that can be used in different languages and has ~all redis features ?
评论 #22298043 未加载
评论 #22298033 未加载