Package: postgresql-14-roaringbitmap Source: pg-roaringbitmap Version: 1.2.0-1.pgdg22.04+1 Architecture: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 1224 Depends: postgresql-14, libc6 (>= 2.14) Breaks: postgresql-14-jit-llvm (<< 15) Homepage: https://github.com/ChenHuajun/pg_roaringbitmap Priority: optional Section: database Filename: pool/main/p/pg-roaringbitmap/postgresql-14-roaringbitmap_1.2.0-1.pgdg22.04+1_amd64.deb Size: 514224 SHA512: e078d968c980eeb5708f82bd7fb7e5ac9536b67b5882f82ed022f7c17de32d9345c6530225f1a0afa5ccb5b377b06921df78305cc1cdf3c410b4f25231c30290 SHA256: 858fd14a3bed83261eac0a691063464a20615d68678eed7b96c993d510d1d900 SHA1: 0bf22132084ff12433a872c9c6c66e2398c9bd9b MD5sum: 37d790de5ccc2f63c4ccd6cdb2770be6 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.