ty: An extremely fast Python type checker and LSP
Introducing ty, a new, extremely fast Python type checker and language server from Astral, promising massive speed improvements over mypy and Pyright.
Introducing ty, a new, extremely fast Python type checker and language server from Astral, promising massive speed improvements over mypy and Pyright.
Analyzes performance differences between ToListAsync and ToArrayAsync in Entity Framework, concluding ToListAsync is faster.
WebAssembly (Wasm) is becoming a core web technology, enabling high-performance applications in the browser by compiling languages like Rust and C++.
Updates to HTML Minifier Next include performance improvements, presets, new config options, and TypeScript definitions for better HTML minification.
A comparison of HTML minifiers, discussing benchmarks, trade-offs in effectiveness, speed, and security, and the importance of informed tooling decisions.
Updates to the NetEscapades.EnumGenerators NuGet package, adding [EnumMember] support, analyzers, and bug fixes for faster enum operations.
A quick tutorial on setting up HTML minification for Eleventy static sites using the html-minifier-next package.
A developer uses Claude Code to analyze and optimize shell startup time, achieving a 95% speed improvement through lazy loading techniques.
Developer builds a Chrome extension to fix ChatGPT lag by implementing virtual scrolling, reducing DOM load for smoother long conversations.
Overview of new features in .NET 10 and C# 14, including LTS support, performance improvements, and language enhancements.
Announcing dns-benchmark-tool, an open-source Python package for testing and comparing DNS server speeds to optimize application performance.
A developer investigates why Project Valhalla's object flattening doesn't work for LocalDate arrays in a custom JDK build, uncovering serialization and nullability issues.
Analyzes the performance and storage trade-offs of using a dedicated tsvector column versus an expression index for full-text search in PostgreSQL.
Analyzes common flaws in C# ArrayPool benchmarks, explaining how JIT optimizations can invalidate results and how to fix them.
Explores how inlining and structs in C# interact to optimize performance, focusing on method call overhead and struct copying.
Explores how feedback works in tech careers, using regression to the mean and advice on focusing on strengths vs. weaknesses at different career stages.
Explores the intricacies of comparing Java Flight Recorder (JFR) event objects, highlighting unexpected challenges in object equality.
Benchmark results comparing the performance of Python 3.14 against older Python versions, PyPy, Node.js, and Rust on pure Python code.
The author completes their blog migration from Gatsby to Eleventy, detailing a 16x build speed improvement and simpler static site architecture.
Explains why and how to use CancellationTokens in .NET APIs to stop long-running operations and free server resources.