Package: postgresql-15-roaringbitmap Source: pg-roaringbitmap Version: 1.2.0-1.pgdg26.04+1 Architecture: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 1142 Depends: postgresql-15, libc6 (>= 2.38) Breaks: postgresql-15-jit-llvm (<< 21) Homepage: https://github.com/ChenHuajun/pg_roaringbitmap Priority: optional Section: database Filename: pool/main/p/pg-roaringbitmap/postgresql-15-roaringbitmap_1.2.0-1.pgdg26.04+1_amd64.deb Size: 473264 SHA512: 2c722e8ad4c115faa49c2d5b37cd597948934983fb21b1d8f010397d313091d4fe9cfb933fe2d299743299059244b10751c064371002c0dc5532e4abfef21d21 SHA256: 0546e93c7a82fd9582e812b942dc3f2cac68eaf99540f16d0706e943a4cc1e7c SHA1: 910c4bafb0f9ec1ebe2f0d995b9e6eb85c68a2ff MD5sum: 81d7b63a16861fd2c6a020926e69de2d 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.