ncruces / go-sqlite3

Go bindings to SQLite using wazero
https://pkg.go.dev/github.com/ncruces/go-sqlite3
MIT License
402 stars 12 forks source link

Port bloom filter virtual table #100

Closed ncruces closed 2 months ago

ncruces commented 2 months ago

This is particularly important to finally test updatable virtual tables, and improve coverage.

https://github.com/shawnw/useful_sqlite_extensions/blob/master/src/bloom_filter.c

ncruces commented 2 months ago

Database built with the extension: bloom.db.gz

Ideally we'd be compatible, which means using SipHash.