Package: postgresql-11-roaringbitmap Source: pg-roaringbitmap Version: 1.2.0-1.pgdg22.04+1 Architecture: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 1228 Depends: postgresql-11, libc6 (>= 2.14) Breaks: postgresql-11-jit-llvm (<< 15) Homepage: https://github.com/ChenHuajun/pg_roaringbitmap Priority: optional Section: database Filename: pool/main/p/pg-roaringbitmap/postgresql-11-roaringbitmap_1.2.0-1.pgdg22.04+1_amd64.deb Size: 512376 SHA512: 1357697220279562f3141c2bfb11b5148b423c5471c7eb698fb8a2e93c23150ec9305cd93d31c513ca6a27a4f8a09b80d82c87d79e0cfd5058dcfef7b6864c5e SHA256: f2d9da96222d177b0eec4f202804117046a402d3b0ebcd967c48b5a3c50e0e23 SHA1: e19a808478d2b1507edc4026b8b1f5368c0e4e56 MD5sum: 920cd39ef4b15a4ebcc98cd360b777bc 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.