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