TypeScript's Native Compiler: Benchmarking the Real Speedup
No more build-time coffee breaks. Read a technical breakdown and performance benchmarks of TypeScript 7.0's Go-native compiler and Rust tooling.
17 articles tagged with Rust
No more build-time coffee breaks. Read a technical breakdown and performance benchmarks of TypeScript 7.0's Go-native compiler and Rust tooling.
Ditching the borrow checker for explicit allocators? A Rust developer shares first impressions of Zig, comparing compile-time reflection (comptime), manual memory control, C interop, and error handling.
Learn how to build a secure, lightweight filesystem MCP server in Rust. Implement secure workspace boundaries and memory-safe file operations for AI agents.
Conflict-free Replicated Data Types (CRDTs) are notoriously memory-hungry. Learn how Loro, built in Rust, optimizes client-side state sync for real-time multiplayer apps.
Learn how to integrate Loro CRDT inside Swift and Kotlin using Rust FFI bindings. Build ultra-fast local-first cross-platform synchronization pipelines.
Web tooling is undergoing a massive rewrite in Rust. Meet Oxc (The Oxidation Compiler), a unified toolchain designed to replace ESLint, Prettier, and TSC parsers.
Vite 6 is moving towards Rolldown, a unified Rust bundler designed to replace both Rollup and esbuild. Here is a deep dive into the architecture, compatibility, and real-world benchmarks.
Allowing users to write custom plugins historically meant running risky JS eval sandboxes or full virtual machines. Learn how Wasm runtimes make extensibility safe and fast.
Learn how to optimize browser-native LLM execution. Compile heavy HuggingFace tokenizers from Rust to WebAssembly to eliminate pre-processing bottlenecks in WebGPU pipelines.
Take a deep dive under the hood of Deno. Explore how Rust binds with V8 using deno_core, manages event loop bindings, and schedules microtasks.
Learn how to bypass the CPU boundaries of V8. Build high-performance Node.js native addons using C++ Node-API (N-API) and Rust Neon.
Break the speed limits of Javascript. Learn how to write a markdown parsing engine in Rust and compile it to WebAssembly for native-speed execution.