2025-02-11

PassMark sees the first yearly drop in average CPU performance in its 20 years of benchmark results

PassMark's benchmark results show the first-ever decline in average CPU performance since 2004, with laptop processors dropping 3.4% and desktop CPUs falling 0.5% year-over-year. The performance plateau comes after significant gains in 2023, despite recent processor releases from major manufacturers that promised increased performance.

Original archive.is archive.ph web.archive.org

Log in to get one-click access to archived versions of this article.

read comments on news aggregators:

Related articles

Tiny JITs for a Faster FFI

An exploration of improving Ruby's Foreign Function Interface (FFI) performance through JIT compilation demonstrates potential speed improvements over traditional FFI implementations. Using a proof-of-concept called FJIT, the author achieves performance comparable to C extensions while maintaining Ruby-centric development practices. The implementation shows promising results with benchmarks indicating more than 2x speed improvement over conventional FFI calls.

SQLite or PostgreSQL? It's Complicated!

A detailed exploration of SQLite vs PostgreSQL performance for a Twilio blog analytics dashboard, featuring comprehensive benchmarking tests on both development and production environments, leading to unexpected findings about database performance under different query loads and concurrency levels.

wingolog

An in-depth exploration of generational garbage collection reveals unexpected performance results where generational collectors perform worse than whole-heap collectors in benchmark tests. The analysis examines various factors including nursery size, write barriers, and collection frequency, questioning conventional wisdom about generational GC's superiority.