Package: postgresql-13-roaringbitmap Source: pg-roaringbitmap Version: 1.2.0-1.pgdg22.04+1 Architecture: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 1224 Depends: postgresql-13, libc6 (>= 2.14) Breaks: postgresql-13-jit-llvm (<< 15) Homepage: https://github.com/ChenHuajun/pg_roaringbitmap Priority: optional Section: database Filename: pool/main/p/pg-roaringbitmap/postgresql-13-roaringbitmap_1.2.0-1.pgdg22.04+1_amd64.deb Size: 512712 SHA512: 552a1f48dc7090a311d76907beab323d7035fed8201dc67fd6fa291777f6567947fa0dc53d5a91fb0b8813f0c90168e5124881b66ca1708cb89e337e62c33251 SHA256: 3efa44109182c17e21635af016a2ece44b14c5f806f29bed4357fe980d184121 SHA1: 687e15ca60b7d683023ab874070684af14e5fd80 MD5sum: 549cfc9afb6ce398949474d90f8d54a0 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.