Package: postgresql-16-roaringbitmap Source: pg-roaringbitmap Version: 1.2.0-1.pgdg26.04+1 Architecture: amd64 Maintainer: Debian PostgreSQL Maintainers Installed-Size: 970 Depends: postgresql-16, libc6 (>= 2.38) Breaks: postgresql-16-jit-llvm (<< 21) Homepage: https://github.com/ChenHuajun/pg_roaringbitmap Priority: optional Section: database Filename: pool/main/p/pg-roaringbitmap/postgresql-16-roaringbitmap_1.2.0-1.pgdg26.04+1_amd64.deb Size: 417888 SHA512: bb95a2bafb1d0116c51fccc6a6f494577ce13342f15f1be8effda3cdd10a90ea0cfa9b1cadb0a39c0d4166bf5177a306303289ff7e4e4e64cce03eb3d2df36c4 SHA256: 0471560b5bdeceb70f4c964ff8b19432124f130c3fd32e3a29f18205f9b79397 SHA1: 668a9af9bad1f5502bf60090e8779e1a9ab98bab MD5sum: cd296616cd8dead978cec65190ffa7b2 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.