Runtime comparison of pandas crosstab, groupby and pivot_table
Compares the runtime performance of pandas' crosstab, groupby, and pivot_table methods for data aggregation.
Compares the runtime performance of pandas' crosstab, groupby, and pivot_table methods for data aggregation.
Author discusses limitations of static blog posts for serverless performance reviews and proposes an automated, regularly updated website solution.
A guide to writing tests and benchmarks in Go, covering conventions, folder structure, and practical examples.
A technical guide on building a Python asyncio benchmark tool to measure and compare the performance of different WebSocket servers and frameworks.
A critique of simplistic performance advice and microbenchmarks, advocating for context-driven analysis and proper measurement in web development.
A technical tutorial using BenchmarkDotNet to compare the performance of string.Compare vs == operator in .NET Core for string comparison.
A curated list of presentations and talks that dive deep into the internal workings of the .NET Runtime, including garbage collection, JIT, and performance analysis.
Introducing spatie/async, a PHP package for asynchronous parallel processing, with benchmarks comparing it to Amp and ReactPHP.
An investigation into keyboard latency claims, comparing modern gaming keyboards to older computers using high-speed measurements.
A technical analysis comparing pause times in .NET's Workstation and Server Garbage Collection modes using a standardized benchmark.
A guide to creating a custom timing clause for the Iterate library in Common Lisp, useful for benchmarking code execution.
A technical analysis of performance optimizations in the .NET Wire serialiser library, using BenchmarkDotNet to measure the impact of each change.
A developer reflects on the pressure to learn coding quickly, arguing that focusing on deep understanding is more important than speed.
Explores benchmarking tools and techniques using a Stack Overflow code example, focusing on performance optimization and avoiding allocations.
Explores how BenchmarkDotNet reveals JIT method inlining differences between x86 and x64 .NET runtimes, impacting performance.
A deep dive into using BenchmarkDotNet to analyze memory allocations and performance differences between string concatenation and StringBuilder in C#.
A technical article about benchmarking the performance of Gnocchi, a time-series database, including tool development and hardware setup results.
Analyzes Java stream performance benchmarks, including a test on using exceptions for loop control, with results and code examples.
A technical analysis comparing the performance of Java 8 streams to traditional for loops using JMH benchmarks.
Part 2 of optimizing AngularJS performance with immutable data, using Benchpress for detailed profiling of execution and garbage collection times.