Survey of machine-learning experimental methods at NeurIPS2019 and ICLR2020
Survey of experimental methods used by authors at NeurIPS 2019 and ICLR 2020, focusing on hyperparameter tuning, baselines, and reproducibility.
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.
A beginner's guide to using BenchmarkTools.jl for performance optimization in Julia, with practical examples and common pitfalls.
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.