Rust Heavy Performance

Enforces a Rust-first approach for heavy work in VeloxDB so expensive compute stays in Tauri/Rust instead of JavaScript. Focuses on memory efficiency, fast execution, bounded IPC payloads, and simple implementation patterns. Use when adding or changing heavy queries, transformations, diffing, parsing, exports, aggregations, or any path where performance is critical.

veloxbase 04c713d 2.8 KB Updated

File contents

veloxbase/veloxdb/tree/main/.cursor/skills/rust-heavy-performance commit 04c713d6cf

Frequently asked questions

npx skillmds@latest add veloxbase/rust-heavy-performance