Package: postgresql-16-roaringbitmap Source: pg-roaringbitmap Version: 0.5.4-3.pgdg22.04+1 Architecture: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 579 Depends: postgresql-16, postgresql-16-jit-llvm (>= 15), libc6 (>= 2.14) Homepage: https://github.com/ChenHuajun/pg_roaringbitmap Priority: optional Section: database Filename: pool/main/p/pg-roaringbitmap/postgresql-16-roaringbitmap_0.5.4-3.pgdg22.04+1_amd64.deb Size: 271688 SHA256: d48b08b3027e0b587f139c6db7040db9b30cd5ea37874d212e67ff5362247de1 SHA1: c8dde97a8d44792c5eb01331c0c952cf0d2f5de6 MD5sum: e1f689844783d788d9adaff07f8992b0 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.