Tagged articles
5 articles
Page 1 of 1
php Courses
php Courses
Sep 28, 2025 · Backend Development

Master PHP Concurrency: Multi‑Process, Multi‑Thread, and Coroutine Techniques

This article explains how PHP can handle high‑concurrency tasks by encapsulating functionality into independent units, demonstrating practical examples of multi‑process, multi‑thread, and coroutine approaches using the pcntl, pthread, and Swoole extensions to boost performance and resource management.

CoroutinesPHPmulti-process
0 likes · 5 min read
Master PHP Concurrency: Multi‑Process, Multi‑Thread, and Coroutine Techniques
JD Retail Technology
JD Retail Technology
Apr 28, 2025 · Frontend Development

Technical Overview of Taro on Harmony: Cross‑Platform Development for HarmonyOS

The Taro‑on‑Harmony solution lets developers write a single React‑based codebase that compiles to native HarmonyOS apps with C‑API‑driven rendering, offering both single‑thread and multi‑thread architectures, full component and CSS support, high‑performance UI, and upcoming tooling, as demonstrated by JD.com’s S‑level certified shopping app.

CAPIHarmonyOSTaro
0 likes · 10 min read
Technical Overview of Taro on Harmony: Cross‑Platform Development for HarmonyOS
Baidu Geek Talk
Baidu Geek Talk
Sep 25, 2023 · Frontend Development

How Baidu’s New Mini‑Program Compiler Boosted Build Speed by Up to 7×

Baidu’s mini‑program compiler was completely rebuilt with a self‑designed architecture, multi‑threading, full‑process caching and sourcemap optimizations, delivering 2‑7× faster builds, lower memory usage and smaller output while keeping compatibility with the old system.

Mini ProgramPerformance Optimizationbuild tools
0 likes · 19 min read
How Baidu’s New Mini‑Program Compiler Boosted Build Speed by Up to 7×