Craton Bolt: A Pure Rust, JIT-Compiled GPU SQL Engine
Craton Bolt is a Rust-based JIT-compiled GPU SQL engine that generates a new NVIDIA PTX kernel for each query at runtime.
Craton Bolt is a SQL execution engine written in Rust that compiles each query into a fresh NVIDIA PTX kernel at runtime, executing it on the GPU. This approach eliminates the need for a C++ shim or precompiled kernel library, ensuring a fully Rust-based pipeline.
This synthesis was produced from its source by AI; there is no human editor or manual review step. How we work