Tagged articles
25 articles
Page 1 of 1
Open Source Linux
Open Source Linux
Nov 4, 2025 · Artificial Intelligence

Designing High‑Performance Networks for Large‑Scale AI Model Training

This article examines the challenges of building scalable, low‑latency, and cost‑effective network architectures—such as Clos/Fat‑Tree, Spine‑Leaf, Dragonfly, and Torus—for massive GPU clusters used in training trillion‑parameter AI models, comparing multi‑rail and single‑rail designs and highlighting real‑world implementations from Tencent and Alibaba.

AI trainingCLOSDragonfly
0 likes · 8 min read
Designing High‑Performance Networks for Large‑Scale AI Model Training
Architect's Tech Stack
Architect's Tech Stack
Jun 19, 2025 · Databases

Is Dragonfly Really the Fastest Redis-Compatible Cache? Benchmark Insights

This article examines the open‑source memory cache Dragonfly, its claim of being the world’s fastest Redis‑compatible system, the Redis team’s detailed response and benchmark methodology, and presents comprehensive performance comparisons that show Redis often outperforms Dragonfly across various workloads and configurations.

BenchmarkDragonflyIn-Memory Cache
0 likes · 18 min read
Is Dragonfly Really the Fastest Redis-Compatible Cache? Benchmark Insights
Architects' Tech Alliance
Architects' Tech Alliance
May 12, 2025 · Artificial Intelligence

Comparison of Fat-Tree, Dragonfly, and Torus Network Topologies for AI and High‑Performance Computing

The article reviews Fat‑Tree, Dragonfly, and Torus network topologies, analyzing their bandwidth, scalability, latency, routing algorithms, and cost trade‑offs for AI‑driven high‑performance computing clusters, and highlights each design's strengths and limitations in large‑scale deployments.

AI computingDragonflyFat-Tree
0 likes · 12 min read
Comparison of Fat-Tree, Dragonfly, and Torus Network Topologies for AI and High‑Performance Computing
Open Source Linux
Open Source Linux
Jul 23, 2024 · Fundamentals

Why Fat-Tree, Dragonfly, and Torus Topologies Dominate High‑Performance Computing Networks

High‑performance computing demands ultra‑low latency and massive scale, prompting a shift from traditional CLOS designs to alternative topologies such as Fat‑Tree, Dragonfly, and Torus, each offering distinct trade‑offs in bandwidth, scalability, routing complexity, and cost‑effectiveness for modern data‑center and HPC environments.

DragonflyFat-TreeHigh‑performance computing
0 likes · 10 min read
Why Fat-Tree, Dragonfly, and Torus Topologies Dominate High‑Performance Computing Networks
Architects' Tech Alliance
Architects' Tech Alliance
Jul 1, 2024 · Industry Insights

Why Fat-Tree, Dragonfly, and Torus Topologies Matter for HPC Networks

The article analyzes three major high‑performance‑computing network topologies—Fat‑Tree, Dragonfly, and Torus—detailing their design principles, scalability formulas, routing strategies, advantages, and limitations to help architects choose the most suitable architecture for large‑scale GPU clusters.

DragonflyFat-TreeGPU clusters
0 likes · 13 min read
Why Fat-Tree, Dragonfly, and Torus Topologies Matter for HPC Networks
Architects' Tech Alliance
Architects' Tech Alliance
Mar 25, 2024 · Industry Insights

Why Fat-Tree, Dragonfly, and Torus Topologies Matter in HPC Networks

The article examines the challenges of ultra‑large‑scale HPC networking, compares traditional CLOS with Fat‑Tree, Dragonfly, and Torus topologies, explains their bandwidth and latency characteristics, presents scalability formulas, and evaluates routing algorithms and practical trade‑offs for each design.

Data centerDragonflyHigh‑performance computing
0 likes · 14 min read
Why Fat-Tree, Dragonfly, and Torus Topologies Matter in HPC Networks
DataFunTalk
DataFunTalk
Dec 16, 2023 · Backend Development

Designing and Applying the Dragonfly Strategy Engine at Kuaishou to Tackle Complex Recommendation System Challenges

This article describes how Kuaishou built the Dragonfly strategy engine framework—covering problem analysis, architecture design, DSL-based workflow orchestration, process and data abstractions, ecosystem tools, and future plans—to solve the scalability, coupling, and maintenance issues of its rapidly expanding recommendation services.

Backend ArchitectureDSLDragonfly
0 likes · 18 min read
Designing and Applying the Dragonfly Strategy Engine at Kuaishou to Tackle Complex Recommendation System Challenges
21CTO
21CTO
Oct 12, 2023 · Databases

Why Dragonfly Claims 25× Faster Than Redis – Real Benchmarks Explained

This article introduces Dragonfly, an open‑source in‑memory database compatible with Redis and Memcached APIs, explains its architectural innovations, presents benchmark code comparing it with Redis, and discusses real‑world performance results and future development plans.

DragonflyGoIn-Memory Database
0 likes · 11 min read
Why Dragonfly Claims 25× Faster Than Redis – Real Benchmarks Explained
Laravel Tech Community
Laravel Tech Community
May 17, 2023 · Databases

Dragonfly vs Redis: Performance Claims, Benchmark Debate, and Architectural Insights

Dragonfly, an open‑source C/C++ memory cache system released by a former Google and Amazon engineer, claims superior speed and lower memory usage than Redis, but Redis’s team counters with benchmark results showing higher throughput and discusses architectural differences, scaling strategies, and future feature considerations.

BenchmarkDragonflyIn-Memory Cache
0 likes · 10 min read
Dragonfly vs Redis: Performance Claims, Benchmark Debate, and Architectural Insights
ByteDance Cloud Native
ByteDance Cloud Native
Apr 20, 2023 · Cloud Native

How Dragonfly Accelerates Image Distribution and Scales Kubernetes Batch Processing

At KubeCon+CloudNativeCon 2023 in Amsterdam, Volcano Engine and ByteDance presented two technical sessions covering Dragonfly's P2P image distribution best practices and large‑scale Kubernetes batch processing strategies, offering deep insights and real‑world implementations for cloud‑native developers.

Batch ProcessingDragonflyImage Distribution
0 likes · 4 min read
How Dragonfly Accelerates Image Distribution and Scales Kubernetes Batch Processing
Architects' Tech Alliance
Architects' Tech Alliance
Mar 20, 2023 · Fundamentals

Dragonfly Network Topology and Routing Algorithms for High‑Performance Data Centers

The article explains the Dragonfly network topology, its hierarchical structure, key parameters, routing algorithms (Minimal, Non‑Minimal, UGAL variants) and deadlock avoidance techniques, highlighting how modern data‑center networks address latency bottlenecks in high‑performance computing environments.

Data centerDragonflyHigh‑Performance Computing
0 likes · 9 min read
Dragonfly Network Topology and Routing Algorithms for High‑Performance Data Centers
Kuaishou Tech
Kuaishou Tech
Jan 17, 2023 · Cloud Native

Kuaishou Container Cloud Platform Enhances Image Distribution with Dragonfly and Nydus

Kuaishou's container cloud platform tackled the challenge of large‑scale, stable image distribution by integrating Dragonfly and its Nydus subproject, achieving over 70% bandwidth relief, 90% pull‑time reduction, and seamless migration to containerd, thereby supporting billions of monthly users with high efficiency.

DragonflyImage DistributionKuaishou
0 likes · 7 min read
Kuaishou Container Cloud Platform Enhances Image Distribution with Dragonfly and Nydus
Su San Talks Tech
Su San Talks Tech
Sep 3, 2022 · Databases

Dragonfly vs Redis: Does the New Cache System Really Outperform?

An in‑depth comparison shows that while Dragonfly claims to be the world’s fastest memory cache, Redis 7.0 often delivers higher throughput and lower latency across multiple benchmark scenarios, highlighting architectural trade‑offs and the potential for future feature adoption from Dragonfly into Redis.

BenchmarkDragonflyIn-Memory Cache
0 likes · 19 min read
Dragonfly vs Redis: Does the New Cache System Really Outperform?
Alibaba Cloud Native
Alibaba Cloud Native
Aug 28, 2022 · Cloud Native

How Dragonfly Supercharges Cloud‑Native File Distribution with P2P Architecture

This article explains the limitations of traditional client‑server download methods, introduces P2P download principles, and details Dragonfly's cloud‑native architecture—including its Manager, Scheduler, Seed Peer, and Peer components—showing how it achieves high stability, efficiency, and easy deployment for large‑scale file distribution.

Cloud NativeDragonflyFile Distribution
0 likes · 10 min read
How Dragonfly Supercharges Cloud‑Native File Distribution with P2P Architecture
AntTech
AntTech
Jan 25, 2022 · Cloud Native

Chinese Developers Driving Open‑Source Cloud‑Native Projects Dragonfly and Nydus

The article highlights how Chinese developers now account for roughly 40% of global open‑source code contributions, focusing on the cloud‑native image distribution projects Dragonfly and Nydus, and shares insights from contributors and managers about open‑source culture, standards, and community impact.

China DevelopersDragonflyNydus
0 likes · 11 min read
Chinese Developers Driving Open‑Source Cloud‑Native Projects Dragonfly and Nydus
AntTech
AntTech
Oct 26, 2020 · Cloud Native

Nydus: Open‑Source Container Image Acceleration Service for Faster and Secure Deployments

The article introduces Nydus, an open‑source container image acceleration service co‑developed by Ant Group and Alibaba Cloud, explaining its architecture, on‑demand download, data deduplication, end‑to‑end consistency, OCI compatibility, and how it speeds up container startup while enhancing security.

Cloud NativeContainerDragonfly
0 likes · 10 min read
Nydus: Open‑Source Container Image Acceleration Service for Faster and Secure Deployments
Alibaba Cloud Native
Alibaba Cloud Native
May 6, 2020 · Cloud Native

How Dragonfly’s P2P Architecture Earned CNCF Incubation

Dragonfly, an open‑source P2P image distribution system, was promoted to CNCF incubation after demonstrating scalable download, CDN‑assisted long‑distance transfer, bandwidth‑saving compression, and secure transmission, while the CNCF TOC outlined its promotion process and the project's growing industry adoption.

CNCFCloud NativeDragonfly
0 likes · 17 min read
How Dragonfly’s P2P Architecture Earned CNCF Incubation