Package: postgresql-18-roaringbitmap Source: pg-roaringbitmap Version: 1.1.0-1.pgdg22.04+1 Architecture: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 990 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.1.0-1.pgdg22.04+1_amd64.deb Size: 425940 SHA256: 45a1fdc17fc3e19c94e1902e90fcadf0a25a10957f343c1aa06d2a681a2fc229 SHA1: 22a0c3e9be7eeffee0c4804d6be27163fb372623 MD5sum: 43a821cf816be862acc8f0ef87dac5f5 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.