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