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.

Using Bitmaps to Perform Range Queries

49 pointsby maycotteover 2 years ago

2 comments

maycotteover 2 years ago
This post discusses how FeatureBase uses Bit-sliced indexes to significantly reduce the number of bitmaps needed to represent a range of integer values. And by applying range-encoding to the indexes, it is able to perform lightning fast range queries.
tveitaover 2 years ago
Interesting, but I feel like they took the long way around to arrive in the end at a fairly &quot;obvious&quot; representation - slices of the binary encoded bits.<p>And the big question is how does the performance actually compare against scanning an array of ints.
评论 #33933714 未加载