Package: postgresql-12-roaringbitmap Source: pg-roaringbitmap Version: 1.2.0-1.pgdg26.04+1 Architecture: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 487 Depends: postgresql-12, libc6 (>= 2.38) Homepage: https://github.com/ChenHuajun/pg_roaringbitmap Priority: optional Section: database Filename: pool/main/p/pg-roaringbitmap/postgresql-12-roaringbitmap_1.2.0-1.pgdg26.04+1_amd64.deb Size: 153844 SHA512: ce3fe9340305c2f8593e39726fdaaf6241f7774c98a0243dd6c64a4aaece9a91867dff113214dc2141fc76f975b810e620a28101ec2f19d2f6a439e427f89e19 SHA256: 767ff5dfc249e5411e8595c5e32faa823d24be203dc2134292d8dfe411a0183f SHA1: 10dd807f7d38eb6206dd0f69140a85e70e141a58 MD5sum: da1cbf3ede748e75d480a74dfee7a170 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.