» Tag
rust
200 postsDeveloping a Real-Time DPS Meter for Aion 2
A real-time DPS meter for Aion 2 uses Rust and Tauri to analyze game TCP traffic.
How I Made a Rust Hot Path 27x Faster with AI Assistance
Learn how Rust and AI were used to achieve a 27x speedup in the KeyEcho app's audio processing.
New Kernel Enhances LLM Efficiency and Security
BIOMA introduces a new kernel that enhances efficiency and security in LLM calls.
CommitBrief — AI code reviews, right in your terminal
A provider-agnostic, local-first CLI that reviews your staged changes, a historic range, or a whole GitHub pull request. Zero telemetry, no server. Free and open source.
commitbrief.comRust WebRTC SFU moves to thread-per-core: 70ms to 10ms latency
PulseBeam migrated its Rust WebRTC SFU from Tokio's work-stealing scheduler to a thread-per-core design, cutting P99.99 latency from 70ms to 10ms and boosting capacity 25%.
hot-lib-reloader Lets You Hot-Reload Rust Code Without Restarts
hot-lib-reloader reloads dylib-based functions into a running Rust program without restarts, speeding dev loops while carrying real limitations.
Protobuf-py: Protocol Buffers for Python, No Compromises
Protobuf-py is a from-scratch Python Protocol Buffers library that covers the full spec and matches Google's C-based upb engine with a Rust accelerator.
Pi Agent Rust: A High-Performance AI Coding Agent CLI in Rust
pi_agent_rust is a Rust rewrite of Mario Zechner's Pi Agent, offering a single binary, instant startup, and hardened extension security for terminal AI coding.
Starlark in Rust: A New Implementation
Explore Starlark, a Rust implementation of a configuration language inspired by Python3.
Hackers poison arrayref Rust crate to push infostealer malware
Hackers compromised the arrayref Rust crate to introduce infostealer malware. Learn more about the attack.
Using Rust Code from Unity for High Performance
Utilizing Rust libraries in Unity can dramatically boost performance for C# code.