Package: postgresql-17-roaringbitmap Source: pg-roaringbitmap Version: 0.5.5-2.pgdg22.04+1 Architecture: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 891 Depends: postgresql-17, libc6 (>= 2.14) Breaks: postgresql-17-jit-llvm (<< 15) Homepage: https://github.com/ChenHuajun/pg_roaringbitmap Priority: optional Section: database Filename: pool/main/p/pg-roaringbitmap/postgresql-17-roaringbitmap_0.5.5-2.pgdg22.04+1_amd64.deb Size: 405248 SHA256: 473c89c4ac13fad5b076f1d74974afe18791989b030fc89d6ee6ea51bc19e972 SHA1: 968caa97a57242fe3225a558ea103c539ad53fd8 MD5sum: b0b0af5b39a6faf1110d47f7afa97225 Description: RoaringBitmap extension for PostgreSQL Roaring bitmaps are compressed bitmaps which tend to outperform conventional compressed bitmaps such as WAH, EWAH or Concise. In some instances, roaring bitmaps can be hundreds of times faster and they often offer significantly better compression. They can even be faster than uncompressed bitmaps.