Skip to content

v0.1.0 — Initial Release

Latest

Choose a tag to compare

@anshulbasia27 anshulbasia27 released this 13 Mar 07:59

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-vec

Links