Tag

client performance

2 views collected around this technical thread.

NetEase LeiHuo Testing Center
NetEase LeiHuo Testing Center
May 11, 2024 · Game Development

Practical Lessons from Client Performance Optimization in a Mobile Game Project

This article shares seven practical insights gained from client performance testing and optimization in a mobile basketball game, covering long‑term performance planning, data‑driven decisions, feature toggles, build configurations, realistic testing, careful trade‑off evaluation, and the importance of team communication.

Build ConfigurationFeature TogglesGame Optimization
0 likes · 21 min read
Practical Lessons from Client Performance Optimization in a Mobile Game Project
Tencent Qidian Tech Team
Tencent Qidian Tech Team
Dec 2, 2021 · Backend Development

How a Priority‑Queue Scheduler Supercharged Client Performance

This article examines client‑side performance bottlenecks caused by message overload, analyzes low‑level Windows message loops and async task queues, proposes a flexible priority‑queue scheduling framework, details its architecture, evaluation metrics, and demonstrates significant UI responsiveness improvements while outlining future enhancements.

Task Schedulingclient performancepriority queue
0 likes · 16 min read
How a Priority‑Queue Scheduler Supercharged Client Performance