Package: postgresql-13-roaringbitmap Source: pg-roaringbitmap Version: 1.2.0-1.pgdg26.04+1 Architecture: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 487 Depends: postgresql-13, libc6 (>= 2.38) Homepage: https://github.com/ChenHuajun/pg_roaringbitmap Priority: optional Section: database Filename: pool/main/p/pg-roaringbitmap/postgresql-13-roaringbitmap_1.2.0-1.pgdg26.04+1_amd64.deb Size: 153504 SHA512: b11638ecbe145247190fbd621084d443251a0228e3d0131a20a72a118fc37c9b297f914b5d20ada247859647416516d055bc140476d9e2ff58aa87d8876f2505 SHA256: 50802c0839efe13601a92cea9d79495270edce20f95395b8975f1e3712e269fe SHA1: 998888961e2702167a071f581c544964b75c7874 MD5sum: 0cf90752d65de292682f44fde69bcae4 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.