{
   "abstract": "A bitmap-based index for wildcard pattern matching",
   "date": "2026-07-07T14:44:11Z",
   "description": "Biscuit is a bitmap-based index access method for accelerating LIKE and ILIKE pattern matching in PostgreSQL. The project is actively developed and seeking broader testing across diverse workloads.",
   "docs": {
      "CHANGELOG": {
         "title": "Biscuit Index Extension – Changelog"
      },
      "README": {
         "title": "Biscuit - High-Performance Pattern Matching Index for PostgreSQL"
      }
   },
   "license": "mit",
   "maintainer": [
      "Sivaprasad Murali <sivaprasad.off@gmail.com>"
   ],
   "name": "biscuit",
   "provides": {
      "biscuit": {
         "docfile": "README.md",
         "docpath": "README",
         "file": "sql/biscuit--2.4.1.sql",
         "version": "2.4.1"
      }
   },
   "release_status": "stable",
   "releases": {
      "stable": [
         {
            "date": "2026-07-07T14:44:11Z",
            "version": "2.4.3"
         },
         {
            "date": "2026-07-07T14:25:04Z",
            "version": "2.4.2"
         },
         {
            "date": "2026-06-29T10:03:06Z",
            "version": "2.4.1"
         },
         {
            "date": "2026-06-26T10:43:54Z",
            "version": "2.4.0"
         },
         {
            "date": "2026-06-17T17:38:44Z",
            "version": "2.3.1"
         },
         {
            "date": "2026-06-05T10:25:56Z",
            "version": "2.2.3"
         },
         {
            "date": "2026-01-06T10:02:17Z",
            "version": "2.2.2"
         },
         {
            "date": "2025-12-29T17:30:51Z",
            "version": "2.2.1"
         },
         {
            "date": "2025-12-27T14:44:58Z",
            "version": "2.2.0"
         },
         {
            "date": "2025-12-24T07:46:05Z",
            "version": "2.1.5"
         },
         {
            "date": "2025-12-18T04:19:13Z",
            "version": "2.1.4"
         },
         {
            "date": "2025-12-13T20:47:47Z",
            "version": "2.1.3"
         },
         {
            "date": "2025-12-11T16:59:11Z",
            "version": "2.1.2"
         },
         {
            "date": "2025-12-11T16:18:06Z",
            "version": "2.1.1"
         },
         {
            "date": "2025-12-11T15:49:04Z",
            "version": "2.1.0"
         },
         {
            "date": "2025-12-06T07:15:29Z",
            "version": "2.0.1"
         },
         {
            "date": "2025-12-05T16:06:42Z",
            "version": "2.0.0"
         },
         {
            "date": "2025-11-06T12:19:15Z",
            "version": "1.0.6"
         },
         {
            "date": "2025-11-05T13:40:11Z",
            "version": "1.0.5"
         },
         {
            "date": "2025-11-05T13:13:22Z",
            "version": "1.0.4"
         },
         {
            "date": "2025-11-02T17:56:17Z",
            "version": "1.0.3"
         },
         {
            "date": "2025-11-02T17:23:50Z",
            "version": "1.0.2"
         },
         {
            "date": "2025-11-02T12:38:34Z",
            "version": "1.0.1"
         },
         {
            "date": "2025-11-02T06:20:50Z",
            "version": "1.0.0"
         }
      ],
      "testing": [
         {
            "date": "2026-06-17T16:51:58Z",
            "version": "2.3.0"
         }
      ]
   },
   "resources": {
      "homepage": "https://github.com/crystallinecore/biscuit",
      "repository": {
         "type": "git",
         "url": "https://github.com/crystallinecore/biscuit",
         "web": "https://github.com/crystallinecore/biscuit"
      }
   },
   "sha1": "ff158f99ed47e747c47f9f9fb294070b45db69c6",
   "special_files": [
      "CHANGELOG.md",
      "LICENSE",
      "META.json",
      "Makefile",
      "biscuit.control"
   ],
   "tags": [
      "bitmap",
      "bitmap-index",
      "indexing",
      "search",
      "access method",
      "index",
      "like",
      "ilike",
      "pattern-matching",
      "wildcard",
      "text-search",
      "multi-column",
      "deterministic",
      "postgresql extension",
      "access-method",
      "iam",
      "index-access-method"
   ],
   "user": "crystallinecore",
   "version": "2.4.3"
}
