TurboQuant-WASM – Google's vector quantization in the browser
Google's ICLR 2026 quantization paper running client-side with SIMD-accelerated dot products.

WASM SIMD vector DB in browser beats JavaScript 5x, but limited to in-memory search.
Web developers, ML engineers building browser-based search applications
sql.js · DuckDB-WASM · Typesense
Google's ICLR 2026 quantization paper running client-side with SIMD-accelerated dot products.
Self-managed vector DB in Rust with <5ms queries; Pinecone/Weaviate already own this space.
Pure C99 GPT with SIMD beats Python 4,600x; drop two files into any project.
Steam clone in the browser, but relies on existing WASM ports rather than new tech.
Claude Code memory without Redis—138 lines of diskcache beats 'use a vector DB' conventional wisdom.
Beats simd-csv with pclmulqdq trick, but CSV parsing is a solved category.