Raw Package Information

Package: postgresql-16-roaringbitmap
Source: pg-roaringbitmap
Version: 0.5.4-3.pgdg20.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 666
Depends: postgresql-16, postgresql-16-jit-llvm (>= 10), 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.pgdg20.04+1_amd64.deb
Size: 304620
SHA256: ae970f6ec621b768d82a965fbc2efefe08f7f01657e4173a26ec0df6e4b43ad8
SHA1: ad1d1af069bc1ea52f927a68beec0061402030c8
MD5sum: b97e79b5f7f1d746f84cd8d9511177a4
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.