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.