jit-compilation

Tag

Cards List
#jit-compilation

@QingQ77: An open-source project written in Rust and C that uses JIT compilation to run Linux containers directly on macOS. https://github.com/ricccrd/dd It does not require a VM, hypervisor, or Linux kernel, but instead…

X AI KOLs Timeline · 2026-07-02 Cached

dd is an open-source tool written in Rust and C that runs Linux containers on macOS without a VM by using JIT compilation to translate container instructions and handle syscalls in userspace. It implements the Docker Engine API, supports arm64 and x86-64 Linux images, and offers performance comparable to or better than VM-based solutions.

0 favorites 0 likes
#jit-compilation

@loganthorneloe: This is a excellent explanation of JAX. Understanding how ML frameworks work internally gives you a massive advantage w…

X AI KOLs Timeline · 2026-06-22 Cached

This article explains in detail the core ideas of JAX, including function purity, immutability, explicit state management, and JIT compilation, helping readers shift from object-oriented thinking to functional programming to optimize machine learning performance.

0 favorites 0 likes
#jit-compilation

@jino_rohit: understanding the torch compile stack torch.compile is a technique to speed up your pytorch code. torch.compile makes t…

X AI KOLs Timeline · 2026-06-17 Cached

The article explains the torch.compile stack in PyTorch, detailing steps from API to Dynamo, FX graph, ATen ops, and Torch Inductor for JIT compilation.

0 favorites 0 likes
#jit-compilation

Show HN: cuTile Rust: Safe, data-race-free GPU kernels in Rust

Hacker News Top · 2026-06-16 Cached

NVIDIA Labs releases cuTile Rust, a tile-based system for writing memory-safe, data-race-free GPU kernels in idiomatic Rust. It extends Rust's ownership model to GPU kernels, JIT-compiles Rust AST to GPU code, and achieves performance close to native CUDA.

0 favorites 0 likes
#jit-compilation

Caddy compatibility for zeroserve: 3x throughput and 70% lower latency

Hacker News Top · 2026-06-14 Cached

zeroserve now supports Caddy-compatible mode, achieving 3x throughput and 70% lower latency by JIT-compiling Caddyfiles to eBPF and native machine code.

0 favorites 0 likes
#jit-compilation

Symbolica 2.0: programmable symbols for Python and Rust

Lobsters Hottest · 2026-06-05 Cached

Symbolica 2.0 is a major release of the symbolic computation framework for Python and Rust, introducing programmable symbols, improved Rust API, richer output formats (HTML, Typst, colored), JIT compilation for evaluation, and better ergonomics.

0 favorites 0 likes
#jit-compilation

Making Julia as Fast as C++ (2019)

Hacker News Top · 2026-05-06 Cached

A 2019 blog post from FLOW Lab at BYU explores how to optimize Julia code to match C++ performance using a real-world aerodynamics application (vortex particle method) as a benchmark. The author shares lessons learned about achieving high-performance computing in Julia through type declarations, JIT compilation, and code optimization techniques.

0 favorites 0 likes
← Back to home

Submit Feedback