Package: postgresql-14-roaringbitmap Source: pg-roaringbitmap Version: 1.2.0-1.pgdg26.04+1 Architecture: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 1142 Depends: postgresql-14, libc6 (>= 2.38) Breaks: postgresql-14-jit-llvm (<< 21) Homepage: https://github.com/ChenHuajun/pg_roaringbitmap Priority: optional Section: database Filename: pool/main/p/pg-roaringbitmap/postgresql-14-roaringbitmap_1.2.0-1.pgdg26.04+1_amd64.deb Size: 473188 SHA512: 822b148191fefed3293fa31c877ecfca96b9c9ed31d241e58cad29c8cbaebb8ac4972d755c93e9a5d1a6fc25c0a8e319c06aa4ee6083fe2ec95d1be6c4a37b78 SHA256: 6f2a44a6eef1e369a144640e22e8ae77fedb6b5aa92b3f21dc8c13a2cac5170a SHA1: 7cf9a985451b77aec50276279c80d15637260ede MD5sum: 43aefe09b903e99d58df3d577194f8b2 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.