» Tag
performance
240 postsDatabase Alert: It Was Never Actually Down
Discover how a database was mistakenly reported as down and its implications for engineers.
React Native Performance Issues: Memory Leaks
Memory leaks in React Native applications can lead to performance issues. This article discusses key points to consider for effective memory management.
Rust 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%.
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.comKafka 3.7 vs 4.3: How linger.ms Defaults Shape Real Performance
A Kafka benchmark analysis showing much of the 3.7.2 vs 4.3.0 performance gap traces back to the linger.ms default changing from 0 to 5 ms, not core engine improvements.
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.
Wevna: Local-First Dashboard for Node.js Back Ends
Wevna offers a local-first dashboard for monitoring Node.js back ends. Ideal for rapid issue detection.
Using Rust Code from Unity for High Performance
Utilizing Rust libraries in Unity can dramatically boost performance for C# code.
Loading Parquet into Microsoft SQL No Longer Requires Python Tuples
With mssql-python 1.13.0, load Parquet data into Microsoft SQL faster without Python tuples.
Concurrency vs. Throughput: Why More Parallelism Can Slow Down Databases
A long-running transaction in a MySQL database led to significant performance issues. Key insights on managing concurrency and throughput.
Inside vLLM: Anatomy of a High-Throughput LLM Inference System
Explore the core components and features of vLLM's high-throughput LLM inference system.