Package: postgresql-15-roaringbitmap Source: pg-roaringbitmap Version: 0.5.5-2.pgdg22.04+1 Architecture: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 1095 Depends: postgresql-15, libc6 (>= 2.14) Breaks: postgresql-15-jit-llvm (<< 15) Homepage: https://github.com/ChenHuajun/pg_roaringbitmap Priority: optional Section: database Filename: pool/main/p/pg-roaringbitmap/postgresql-15-roaringbitmap_0.5.5-2.pgdg22.04+1_amd64.deb Size: 474588 SHA256: f39d126106b7b0957c66b072cfea92f8c8404d6dd5575e1e67b165e214329497 SHA1: 452e8dd48fe71a3b183e522d4093c13b59c4b53c MD5sum: 4a5a275353750fee021dfabe53bb957a 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.