Package: postgresql-14-roaringbitmap Source: pg-roaringbitmap Version: 0.5.4-3.pgdg20.04+1 Architecture: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 678 Depends: postgresql-14, postgresql-14-jit-llvm (>= 10), 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.4-3.pgdg20.04+1_amd64.deb Size: 306596 SHA256: 4af4478c818196153879af7e6fcbc1655f3724b1643eec82a0d2a878d87913cb SHA1: 6fb4bc2a119f03561b277eef71a148dd2a016594 MD5sum: 727af1ce8ad237f995bd557699b79f5f 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.