Package: postgresql-11-roaringbitmap Source: pg-roaringbitmap Version: 0.5.5-1.pgdg22.04+1 Architecture: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 1095 Depends: postgresql-11, libc6 (>= 2.14) Homepage: https://github.com/ChenHuajun/pg_roaringbitmap Priority: optional Section: database Filename: pool/main/p/pg-roaringbitmap/postgresql-11-roaringbitmap_0.5.5-1.pgdg22.04+1_amd64.deb Size: 474680 SHA256: 6353d21b2ef18b70e1dae9e8174549f47c7f2e5517644654aa5faa612277d8c0 SHA1: e6248f9d22de8e831a558f2761871b819ea7a326 MD5sum: 3a9950a4cfba053378c0e0bacf09e2a6 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.