Package: postgresql-14-roaringbitmap Source: pg-roaringbitmap Version: 0.5.5-1.pgdg22.04+1 Architecture: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 1095 Depends: postgresql-14, libc6 (>= 2.14) Homepage: https://github.com/ChenHuajun/pg_roaringbitmap Priority: optional Section: database Filename: pool/main/p/pg-roaringbitmap/postgresql-14-roaringbitmap_0.5.5-1.pgdg22.04+1_amd64.deb Size: 474112 SHA256: 2b1f453df22b08ed2d7670288ca6a241bffdb93715431ae97e0fa1f9b142f157 SHA1: 509860087d9fe8bc81d88e5b2c93b7dc89991363 MD5sum: f6f12c62afb6247f69cfd94a95082880 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.