Package: postgresql-17-roaringbitmap Source: pg-roaringbitmap Version: 1.2.0-1.pgdg22.04+1 Architecture: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 1060 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_1.2.0-1.pgdg22.04+1_amd64.deb Size: 461656 SHA512: cd30ecc3c0e36c7a8033ecd8aacc53fe03ce7dbd16aba816405eaf416afd1dde4bfc014683ebfeae0edaadbb3000f4a5213dd7d4e964eec18968d3cb4096601c SHA256: b37d712505efc7e72c1d09978035df880e2f708069b1e1e4ec4275101d51dcb2 SHA1: e67bc6c7db8ff6477820d277161d6333c3ac11a1 MD5sum: 234e776f68cb3c529367f1f1ed9087c8 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.