ruvector-solver-node 2.0.6

Node.js NAPI bindings for RuVector sublinear-time solver
Documentation

Node.js NAPI bindings for the RuVector sublinear-time solver.

Provides high-performance sparse linear system solving, PageRank computation, and complexity estimation for Node.js applications.

All heavy computation runs on worker threads via tokio::task::spawn_blocking to avoid blocking the Node.js event loop.