Package: postgresql-18-roaringbitmap Source: pg-roaringbitmap Version: 1.2.0-1.pgdg26.04+1 Architecture: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 970 Depends: postgresql-18, libc6 (>= 2.38) Breaks: postgresql-18-jit-llvm (<< 21) Homepage: https://github.com/ChenHuajun/pg_roaringbitmap Priority: optional Section: database Filename: pool/main/p/pg-roaringbitmap/postgresql-18-roaringbitmap_1.2.0-1.pgdg26.04+1_amd64.deb Size: 418828 SHA512: b97bd6592736544909086d477c57c8e13dc8cd54eec52aa6a38d1d0687ad3c4161375c14d201be3d937e96f52e8458115e452b7ff4f2f08cda203c42ed36194b SHA256: 16ec5f4b84bb59e64eb61dc55802a8f3b1af2c9ce4b7751c3db7fdfcb2fb0c17 SHA1: 522ac0fd89eefb1319096f28ece466bbf1209e7d MD5sum: 3bf5cea5a53f2eede2c47e89aec23660 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.