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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

An update on the Memcached/Redis benchmark

33 点作者 spahl超过 14 年前

3 条评论

vosper超过 14 年前
I'm enjoying following this back-and-forth between memcached and Redis; I learn something from each post.<p>And it's nice to see it being conducted in such a gentlemanly fashion!
wglb超过 14 年前
The pursuit of benchmarks is fraught with peril. So it is nice to see antirez taking care to evaluate and thoroughly analyze where the differences are between two benchmarks.<p>One of the conclusions that I take away from this is that threading is not a net win in the cloud. CPUs are so cheap that (to a first-order approximation) spending development time on threaded programs takes development time away from developing features.
jacquesm超过 14 年前
key insight here:<p>&#62; in a future of cloud computing I want to consider every single core as a computer itself.<p>And that leads directly to a shared nothing architecture, which I think is definitely an advantage. It's KISS all over, multi-threading is often not the right decision. It leads to more complex (and sometimes very hard to debug) software that will have only marginal gain (or even a drop as in this case) over running multiple well behaved instances of the same process.
评论 #1719621 未加载