[ANNOUNCE] BISCUIT – A Bitmap-Based Indexed Search Extension for PostgreSQL - Mailing list pgsql-announce

From Sivaprasad
Subject [ANNOUNCE] BISCUIT – A Bitmap-Based Indexed Search Extension for PostgreSQL
Date
Msg-id CAHi-N2GngBrYQJozySQJjKg-3Fv-5KwoFwQr_5fqwC91XrLQVQ@mail.gmail.com
Whole thread Raw
Responses Re: [ANNOUNCE] BISCUIT – A Bitmap-Based Indexed Search Extension for PostgreSQL
Re: [ANNOUNCE] BISCUIT – A Bitmap-Based Indexed Search Extension for PostgreSQL
List pgsql-announce
Hi all,

I'm excited to announce the release of BISCUIT, a new PostgreSQL
extension focused on
deterministic pattern matching using bitmaps and logical operations.

Unlike pg_trgm, BISCUIT is deterministic — no verification required.
It uses bitmap-based indexing to accelerate complex LIKE and pattern
queries with
significant performance gains.

Available on PGXN: https://pgxn.org/dist/biscuit/
Source & Docs: https://github.com/crystallinecore/biscuit

Key features:
- Bitmap-based indexed pattern matching
- Deterministic and exact results
- Works seamlessly with PostgreSQL indexing
- Lightweight, portable C extension

Feedback and contributions are welcome!

Best regards,
Sivaprasad Murali
Author, BISCUIT Extension



pgsql-announce by date:

Previous
From: PL/Haskell via PostgreSQL Announce
Date:
Subject: PL/Haskell v5.0 Released
Next
From: Michał Kłeczek
Date:
Subject: Re: [ANNOUNCE] BISCUIT – A Bitmap-Based Indexed Search Extension for PostgreSQL