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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Decentralized ETS Counters for Better Scalability

15 点作者 e_proxus将近 4 年前

2 条评论

latch将近 4 年前
Not directly related, but if I could have 2 thing from ETS, it would be:<p>1 - Ability to atomic rename a table. It&#x27;s a fairly common use-case that you have a lock-free read-only map, rebuild it in the background, and the swap the newly-built one with the live one.<p>2 - Copy-on-write so that reading from an ETS doesn&#x27;t require copying the data to the calling process (for more than just large binaries)
lpgauth将近 4 年前
Not sure if Kjell Winblad is around to answer questions, but I&#x27;m curious about the sharp performance drop-off (14M -&gt; 5M) at 32 processes for the 50% write&#x2F; 50% delete benchmark. What&#x27;s the bottleneck there?<p><a href="http:&#x2F;&#x2F;winsh.me&#x2F;ets_catree_benchmark&#x2F;azure_D64s_decent_ctrs&#x2F;node_first_res.html" rel="nofollow">http:&#x2F;&#x2F;winsh.me&#x2F;ets_catree_benchmark&#x2F;azure_D64s_decent_ctrs&#x2F;...</a>