.NET Native AoT Make AWS Lambda Function Go Brrr
A developer details upgrading a .NET AWS Lambda function to Native AoT, achieving over 85% faster cold starts and reduced costs.
A developer details upgrading a .NET AWS Lambda function to Native AoT, achieving over 85% faster cold starts and reduced costs.
A developer's hands-on experience testing Windows 11's new Dev Drive feature, exploring its ReFS-based performance benefits for .NET and other development workflows.
A guide explaining the importance of keys in React for rendering lists, including best practices for creating unique and stable identifiers.
Explains how to improve C# performance by using AsSpan instead of Substring to reduce memory allocations and overhead.
A guide to creating high-performance PHP extensions using the Rust programming language and the ext-php-rs project, including setup and benchmarks.
Benchmarking Go database drivers for SQLite and PostgreSQL on insert-heavy workloads, showing performance differences between popular and alternative drivers.
Analyzes the pitfalls of React.memo and useCallback, explaining why component composition is often a better performance solution.
Introduces ETTrace, an open-source iOS performance debugging tool that improves upon Xcode's Time Profiler for identifying bottlenecks.
Analyzing a 1990s benchmark comparing R, S, and C performance, and revisiting it on modern hardware to discuss speed improvements and limitations.
A developer shares their experience porting the boolrule boolean expression engine from Python to Rust, discussing parsing challenges and performance gains.
A summary of a React Rally 2023 talk on React rendering behavior, based on the author's popular in-depth guide.
Explains the .NET 5 SuppressGCTransition attribute for optimizing P/Invoke performance, including benchmarks and important caveats.
A technical deep dive into how barrel exports in a React app can prevent tree shaking and cause performance issues, with a case study from the Centered app.
A developer investigates and fixes a performance issue in a Next.js app where a massive image file bloats the initial JavaScript bundle, slowing page load.
Compares performance of Python's map() function and list comprehensions through benchmarks, showing list comprehensions are often faster.
A guide on using BenchmarkDotNet to compare performance across different .NET versions, with code examples and results.
Analyzes the performance and memory impact of Java's ArrayList.clear() method, explaining its internal workings and potential memory retention.
Explores the performance trade-offs of inlining Python functions vs. keeping code modular, showing a speed gain at the cost of readability.
Announcing luatest, a new, fast Lua test runner inspired by pytest, offering significant speed improvements over existing options.
Explores the benefits of upgrading to .NET 8, focusing on performance gains and long-term support, as the first part of a series.