Package: postgresql-17-roaringbitmap Source: pg-roaringbitmap Version: 1.2.0-1.pgdg26.04+1 Architecture: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 970 Depends: postgresql-17, libc6 (>= 2.38) Breaks: postgresql-17-jit-llvm (<< 21) Homepage: https://github.com/ChenHuajun/pg_roaringbitmap Priority: optional Section: database Filename: pool/main/p/pg-roaringbitmap/postgresql-17-roaringbitmap_1.2.0-1.pgdg26.04+1_amd64.deb Size: 418724 SHA512: 4b2b19c462b9c5f6455d9111d400a9fbf337e01465e368edc18894c72386179944608066b6d3eac6ec4fd55c2f877b67ae7119692e1be771e9a801f36bf19116 SHA256: 0bafd4d9c4c40f6a5a3cb8059ed626d4fe80608a0c1e9ead53bb56b7515b8a73 SHA1: 0d1dab2704b1759c1c011177bdbab584df2bd3b4 MD5sum: 8f37ec9c18441f7dfdfe826a94e35360 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.