» Tag
rust
200 posts737x Faster LangGraph Checkpoints: Where Rust Wins and Where It Loses
fast-langgraph accelerates LangGraph's deepcopy-based checkpointing with Rust, delivering up to 737x speedups on large state but no gain on small flat dicts.
Rust crate arrayref 0.3.10 pulls in malware via proc-macro1 dependency
crates.io package arrayref 0.3.10 pulls in malicious proc-macro1, executing remote payloads and affecting Rust GUI projects like egui and iced.
Rust Moves Toward Stabilizing Polonius Alpha Borrow Checker
Rust's Polonius alpha borrow checker nears stabilization, fixing NLL limitations with new tests, a formal model, and performance validation.
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.comSlater: A Low-Memory GraphDB for Graphs That Don't Fit in RAM
Slater brings disk-native, low-memory graph storage with full neo4j Bolt compatibility, live writes, and built-in vector search.
Lucen parallelizes Python loops via two comments, bit-identical results
Lucen parallelizes Python for loops via two comments, guaranteeing bit-identical results versus sequential execution. Rust-accelerated, v1.1, Apache-2.0.
Subrust: a no_std, alloc-free interpreter for a Rust subset
Subrust is a zero-dependency, no_std/no-alloc interpreter for a Rust subset that guarantees rustc-identical behavior and bootstraps from a 229-byte seed.
Benchmarking a Markdown Knowledge Graph as AI Agent Memory
IWE tested markdown knowledge graphs as AI agent memory using the LOCOMO benchmark, reaching 96% of a hand-built ceiling with a cheap curator model.
Shoehorn: Rust Tool Quantizes LLMs to Fit Your Mac's Exact VRAM
Shoehorn is a Rust CLI that quantizes BF16 GGUF LLMs per-tensor to exactly fit your Mac's available VRAM, maximizing quality under a hard memory budget.
ZeroFS adds a native Rust Linux kernel module, bypassing FUSE
ZeroFS ships a Linux kernel module written almost entirely in Rust, bypassing FUSE and running via CI tricks even on kernels without Rust support.
ast-grep's Rust Rewrite of Tree-sitter Boosts Parsing 30%, App 22%
ast-grep rewrote Tree-sitter's C parser core in Rust with AI assistance, boosting raw parsing ~30% and full workflow speed ~22%.