databendlabs/databend

Feature: Implement HybridBitmap deserialization calculation based on RoaringFormatSpec

オープン

#19,101 opened on 2025/12/14

 (9 件のコメント) (0 件のリアクション) (1 人の担当者)Rust (880 件のフォーク)github user discovery
C-featuregood first issue

Repository metrics

Stars
 (9,314 個のスター)
PR merge metrics
 (平均マージ 4d 18h) (30d で 99 merged PRs)

説明

Summary

RoaringFormatSpec describes the serialization specification for RoaringBitmap, which may allow for direct computation by using serialized bytes, avoiding deserialization.

ref: https://github.com/RoaringBitmap/RoaringFormatSpec/?tab=readme-ov-file#general-layout

コントリビューターガイド