Go maps vs switches
A benchmark comparison of switch statements versus map lookups in Go, revealing performance differences and implementation details.
A benchmark comparison of switch statements versus map lookups in Go, revealing performance differences and implementation details.
Explains a surprising heap allocation in a Go benchmark when sorting strings, diving into interface internals and compiler behavior.
A Python tutorial comparing methods to remove duplicates from a list, focusing on performance and code clarity.
Compares Python's type() and isinstance() functions, explaining their differences, performance, and when to use each.
Explains Python membership testing using 'in' operator vs. for loops, with benchmarks showing performance differences.
A technical comparison of Python's list.sort() and sorted() functions, analyzing their performance with benchmarks and correcting common testing mistakes.
Compares Python for loops and list comprehensions, analyzing performance benchmarks and best use cases for filtering lists.
A technical article comparing while and for loops in Python for finding numbers, with performance benchmarks and Python version considerations.
Analyzing Django's performance for web apps, discussing benchmarks, user experience, and hosting costs to determine if it's 'too slow'.
A benchmark analysis of PHP 8's JIT compiler performance in real-world web application scenarios, comparing tracing and function modes.
Analyzes if car manufacturers optimize vehicles for specific crash tests by examining results from new, unpracticed IIHS safety tests.
Survey of experimental methods used by authors at NeurIPS 2019 and ICLR 2020, focusing on hyperparameter tuning, baselines, and reproducibility.
Benchmarking the performance impact of PHP 7.4's preloading feature on a real Laravel application, comparing different preloading strategies.
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 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.