Package: postgresql-18-roaringbitmap Source: pg-roaringbitmap Version: 0.5.4-3.pgdg22.04+1 Architecture: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 548 Depends: postgresql-18, libc6 (>= 2.14) Homepage: https://github.com/ChenHuajun/pg_roaringbitmap Priority: optional Section: database Filename: pool/main/p/pg-roaringbitmap/postgresql-18-roaringbitmap_0.5.4-3.pgdg22.04+1_amd64.deb Size: 255864 SHA256: 7c85c150a18e112d8b1b93c66019948f65af7c7ed55fc43b2aa2339f63ee0a87 SHA1: d5850f0470470ebe1e9f0e05914292f9eff7ad85 MD5sum: 6c216428cf0b29041f2274e233633c3a 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.