Package: postgresql-16-roaringbitmap Source: pg-roaringbitmap Version: 1.2.0-1.pgdg22.04+1 Architecture: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 1060 Depends: postgresql-16, libc6 (>= 2.14) Breaks: postgresql-16-jit-llvm (<< 15) Homepage: https://github.com/ChenHuajun/pg_roaringbitmap Priority: optional Section: database Filename: pool/main/p/pg-roaringbitmap/postgresql-16-roaringbitmap_1.2.0-1.pgdg22.04+1_amd64.deb Size: 462012 SHA512: e48d3939843213d8081d92aa3f7de36bf525e270b3b0dcedbd27141e7c8004aa580d4d3bd7ac34b9ca96792b1ae893117ea27050f7f6f532e9a924638259e5d5 SHA256: fbbdfcefee5c32800c447b46d7459071942dfd15e6cc96a4fad87bb899e81788 SHA1: cfbbd07a7220aa9f3ca033f737c3a7b129f2e218 MD5sum: 0e3a7fbfbc61a69fba895e4cb5347ec2 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.