// Popular Articles
Perry: TypeScript biên dịch thẳng ra binary native — nhanh hơn Node 24×, không cần V8 hay Electron
Perry là compiler TypeScript viết bằng Rust, parse bằng SWC, sinh mã native qua LLVM. Một file .ts → một executable 2–5MB chạy trên 10 platform (macOS, iOS, Android, Windows, Linux, watchOS, tvOS, Web, WASM) với widget native thật, không WebView, không Electron.
A QUIC-based Solana data gateway in Rust: faster than WebSocket, cheaper than gRPC
An indie Rust project streams Solana mainnet logs and gossip over QUIC — claiming gRPC-class latency, no head-of-line blocking, 0-RTT reconnects, and a fraction of the dedicated-node cost. Here is why that combo matters for MEV bots, indexers, and anyone tired of paying for Yellowstone.