# 33x faster than Rust: Why I stopped waiting for my compiler and built my own.

> Source: <https://dev.to/jai_lalawat_84c750c65b525/33x-faster-than-rust-why-i-stopped-waiting-for-my-compiler-and-built-my-own-3l40>
> Published: 2026-05-26 03:53:46+00:00

The Hook: Slow compile times are a major pain point for systems engineers. Jda's 42ms average compile time is a game-changer.

- Key Points:
- Why a single-pass compiler is "fast enough" and produces 1MB static binaries.
- The "Scripting speed + Native performance" workflow.
- Built-in ML primitives: Training neural networks in a language that compiles in the blink of an eye.
👉 Try it:
[jdalang.org/docs/getting-started](//jdalang.org/docs/getting-started)👉 GitHub:[github.com/jdalang/jda-lang](//github.com/jdalang/jda-lang)👉 Discussions:[github.com/jdalang/jda-lang/discussions](//github.com/jdalang/jda-lang/discussions)
