Package: postgresql-11-roaringbitmap Source: pg-roaringbitmap Version: 1.2.0-1.pgdg26.04+1 Architecture: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 491 Depends: postgresql-11, libc6 (>= 2.38) Homepage: https://github.com/ChenHuajun/pg_roaringbitmap Priority: optional Section: database Filename: pool/main/p/pg-roaringbitmap/postgresql-11-roaringbitmap_1.2.0-1.pgdg26.04+1_amd64.deb Size: 153768 SHA512: fa01287c07059abb7add7c93b45dbba0cd2a83548ac34458fa497fdfdbd174a10093cf53ca09555a592973f026c13710c113bf6dbb4923a20f26ad3050f197dd SHA256: 015ac2004f50cbb85ea16c0764b0ba089ed6e835c87b32bd69bf61a4c372f50e SHA1: c7dd676e33980e9e34f3fd2e3f9acd602e878481 MD5sum: 7cadd43d53e8d7cb2461d1bd03003f8d 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.