Tagged articles
736 articles
Page 8 of 8
Programmer DD
Programmer DD
Aug 25, 2018 · Backend Development

Mastering Java Microbenchmarking with JMH: 12 Common Pitfalls and How to Avoid Them

This article introduces Java Microbenchmark Harness (JMH), explains why precise benchmarking matters, and walks through twelve typical testing pitfalls—such as dead‑code elimination, constant folding, loop misuse, fork isolation, method inlining, false sharing, branch prediction, and multithreading—showing how JMH helps developers obtain reliable performance measurements.

BenchmarkJITJMH
0 likes · 25 min read
Mastering Java Microbenchmarking with JMH: 12 Common Pitfalls and How to Avoid Them
Suning Technology
Suning Technology
Apr 23, 2018 · Artificial Intelligence

How Suning’s Facial Recognition Powers Unmanned Stores and Beats Global Benchmarks

At QCon 2018 in Beijing, Suning’s Silicon Valley Research Institute showcased its cutting‑edge facial‑recognition system—leveraging ResNet and Inception‑ResNet architectures—to achieve top global rankings and enable real‑time, contact‑less services such as unmanned stores, employee access control, and intelligent store video analytics.

AIBenchmarkDeep Learning
0 likes · 7 min read
How Suning’s Facial Recognition Powers Unmanned Stores and Beats Global Benchmarks
MaGe Linux Operations
MaGe Linux Operations
Feb 27, 2018 · Backend Development

Building a High‑Performance HTTP Keep‑Alive Benchmark with Python asyncio

This article explains the concept of asynchronous I/O, introduces Python’s provisional asyncio module, and walks through a complete example that creates an HTTP keep‑alive benchmark tool, including code, test environment, performance results, and key asyncio concepts such as event loops, futures, coroutines, and generators.

BenchmarkHTTPPython
0 likes · 10 min read
Building a High‑Performance HTTP Keep‑Alive Benchmark with Python asyncio
21CTO
21CTO
Oct 23, 2017 · Mobile Development

Does Kotlin Compile Faster Than Java? Real‑World Benchmark Results

Through a series of Gradle‑based benchmarks on clean, daemon‑enabled, and incremental builds, this study compares Java and Kotlin compilation times, revealing that while Java is slightly faster on cold builds, Kotlin matches or exceeds Java in typical incremental scenarios.

BenchmarkCompilationGradle
0 likes · 8 min read
Does Kotlin Compile Faster Than Java? Real‑World Benchmark Results
MaGe Linux Operations
MaGe Linux Operations
Oct 10, 2017 · Fundamentals

Why Vim Still Beats Modern Editors in Speed and Memory Usage

This article explains Vim’s powerful, extensible features, presents benchmark comparisons of memory consumption and operation speed against editors like Emacs, Nano, VS Code, Atom, Sublime, and shows why many developers still prefer Vim for efficient text editing.

BenchmarkVimperformance
0 likes · 6 min read
Why Vim Still Beats Modern Editors in Speed and Memory Usage
Architects' Tech Alliance
Architects' Tech Alliance
Jul 28, 2017 · Fundamentals

Intel 545S SSD Review: 64‑Layer 3D NAND Performance and Benchmarks

The Intel 545S SSD, featuring a 64‑layer TLC 3D NAND architecture, is evaluated through extensive synthetic and real‑world benchmarks, revealing solid sequential speeds, decent read latency, but notable firmware stability issues that currently limit its recommendation despite an attractive price point.

BenchmarkHardwareIntel
0 likes · 12 min read
Intel 545S SSD Review: 64‑Layer 3D NAND Performance and Benchmarks
Architecture Digest
Architecture Digest
Jun 11, 2017 · Big Data

Kafka High‑Reliability Architecture, Storage Mechanisms, Replication, and Benchmark Analysis

This article explains Kafka's distributed architecture, its topic‑partition storage model, replication and synchronization mechanisms, reliability guarantees such as ISR and high‑watermark, and presents benchmark results that illustrate how replication factor, acks settings, and partition count affect throughput and latency.

BenchmarkKafkaReliability
0 likes · 34 min read
Kafka High‑Reliability Architecture, Storage Mechanisms, Replication, and Benchmark Analysis
360 Zhihui Cloud Developer
360 Zhihui Cloud Developer
Apr 25, 2017 · Fundamentals

What Metrics Really Matter When Benchmarking SSDs?

This article explains the key SSD benchmark indicators—4K random I/O, sustained throughput, performance consistency, durability, and write amplification—while describing why they matter for evaluating storage solutions and guiding proper SSD selection for production workloads.

BenchmarkSSDio
0 likes · 5 min read
What Metrics Really Matter When Benchmarking SSDs?
High Availability Architecture
High Availability Architecture
Mar 31, 2017 · Backend Development

Benchmarking JSON vs Protobuf Performance in Java

This article benchmarks Java JSON libraries against Google Protobuf, analyzing decode/encode performance for integers, doubles, strings, objects, and lists, revealing that while Protobuf often outperforms JSON, optimized JSON libraries like DSL‑JSON can narrow the gap dramatically.

BenchmarkJSONJava
0 likes · 22 min read
Benchmarking JSON vs Protobuf Performance in Java
Tencent Cloud Developer
Tencent Cloud Developer
Mar 9, 2017 · Databases

Benchmarking TokuDB vs InnoDB: Insertion Throughput and Compression Ratio

The benchmark shows that while InnoDB delivers roughly 30 % higher insert throughput than TokuDB, the TokuDB engine achieves 10‑16× storage compression with comparable import times, minimal impact from log‑sync settings, and zlib emerging as the preferred compression algorithm for balanced performance and CPU usage.

BenchmarkInnoDBTokuDB
0 likes · 18 min read
Benchmarking TokuDB vs InnoDB: Insertion Throughput and Compression Ratio
dbaplus Community
dbaplus Community
Feb 12, 2017 · Databases

Can Open‑Source Databases Handle Millions of Queries per Second? PostgreSQL vs MySQL Benchmarks

This article presents a detailed benchmark comparing PostgreSQL 9.6 and MySQL 5.7 on identical high‑end hardware using pgbench and SysBench, describing the test methodology, configuration tweaks, performance results for point selects and OLTP workloads, and concluding that both systems scale to modern demanding workloads.

BenchmarkPostgreSQLSysbench
0 likes · 11 min read
Can Open‑Source Databases Handle Millions of Queries per Second? PostgreSQL vs MySQL Benchmarks
21CTO
21CTO
Jan 6, 2016 · Backend Development

Essential Best Practices for Accurate HTTP Load Testing

This article outlines ten practical guidelines—ranging from test environment consistency and dedicated hardware to network capacity checks, OS tuning, realistic workloads, proper test duration, and comprehensive result reporting—to ensure reliable and reproducible HTTP server performance benchmarks.

BackendBenchmarkLoad Testing
0 likes · 13 min read
Essential Best Practices for Accurate HTTP Load Testing
21CTO
21CTO
Dec 13, 2015 · Backend Development

Why PHP7+Swoole Beats Nginx and Go in High‑Concurrency Benchmarks

A benchmark using ApacheBench compares Nginx static serving, a Golang HTTP server, and a PHP7+Swoole server under 100‑concurrent connections for one million requests, showing PHP7+Swoole achieving roughly 75 % higher QPS than both Nginx and Golang, along with detailed environment, code, and resource usage data.

BenchmarkGolangSwoole
0 likes · 16 min read
Why PHP7+Swoole Beats Nginx and Go in High‑Concurrency Benchmarks
ITPUB
ITPUB
Sep 10, 2015 · Databases

Inside the K-DB Experience Day: Performance Showdown with Oracle

The article recounts a hands‑on K‑DB experience event where participants migrated Oracle workloads, benchmarked K‑DB against Oracle using TPMC, explored the K‑RAC cluster feature, and shared detailed observations that highlight K‑DB's compatibility, performance, and stability in a real‑world setting.

BenchmarkK-DBRAC
0 likes · 14 min read
Inside the K-DB Experience Day: Performance Showdown with Oracle

Selection and Comparison of Big Data Benchmark Standards with a Focus on TPC‑DS

This article reviews the evolution of big‑data management technologies, discusses the criteria for choosing appropriate big‑data benchmarks, compares existing benchmarks such as MapReduce tests, YCSB, BigBench and BigFrame, and provides an in‑depth analysis of the TPC‑DS benchmark and its certification status.

BenchmarkBig DataData Management
0 likes · 15 min read
Selection and Comparison of Big Data Benchmark Standards with a Focus on TPC‑DS