Package: postgresql-18-roaringbitmap Source: pg-roaringbitmap Version: 1.2.0-1.pgdg22.04+1 Architecture: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 1001 Depends: postgresql-18, libc6 (>= 2.14) Breaks: postgresql-18-jit-llvm (<< 15) Homepage: https://github.com/ChenHuajun/pg_roaringbitmap Priority: optional Section: database Filename: pool/main/p/pg-roaringbitmap/postgresql-18-roaringbitmap_1.2.0-1.pgdg22.04+1_amd64.deb Size: 430432 SHA512: ba9c5509b55af6a494be56ba90d27a022bb274f5efaf2bffa3ac192c6c06b373ccc931271c165a1f513b0a303908e3ebb3f854acdbabfb36cbab6f049ab50e99 SHA256: cc27817cf72d21028166ddd9d0222396301122c1377d9b2b0eda12c36a053981 SHA1: 14b5c81d79f204527724809bd436ad07f909c624 MD5sum: 76cfa98bc6482c1548a909c618debeb4 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.