altor-vec v0.1.0
Client-side vector search powered by HNSW. Rust + WASM. 54KB gzipped. Sub-millisecond.
Highlights
- 54KB gzipped WASM binary (smaller than jQuery)
- 0.6ms p95 search latency in Chrome (10K vectors, 384 dimensions)
- Zero server — search runs entirely in the browser
- Web Worker support for jank-free UI
- Serialization — build index once, load anywhere
Install
npm install altor-vecLinks
- Live Demo — try it right now, no sign-up
- npm package
- Documentation