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