TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Serialized roaring bitmaps in Golang

53 pointsby aranwover 3 years ago

2 comments

staticassertionover 3 years ago
This is great - a huge reduction in memory usage and a huge performance win. Great to see DGraph improving so considerably with this release.
xyzzy_plughover 3 years ago
This is great, but I can&#x27;t help but be bothered by the choice of &quot;left&quot; and &quot;right&quot; for relative addressing. The number 2 isn&#x27;t &quot;to the right of&quot; the number 1. Addresses may move left-to-right in your mental model, but semantically they only increase or decrease.<p>You <i>really</i> want something like C++ STL&#x27;s vector insert and erase methods.
评论 #29520693 未加载