php Courses
php Courses
Oct 16, 2025 · Backend Development

Boost PHP Performance: Inline Optimization Techniques to Rival C

This article explains how to apply a series of inline optimization strategies—static typing, function inlining, efficient array and string handling, loop refinements, and Opcache preloading—to dramatically improve PHP execution speed and bring its performance close to that of compiled C code.

InlineOPcacheOptimization
0 likes · 8 min read
Boost PHP Performance: Inline Optimization Techniques to Rival C
Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
Oct 5, 2025 · Fundamentals

Master Kotlin’s inline, crossinline, and noinline: Boost Performance and Control Flow

Explore how Kotlin’s inline, crossinline, and noinline modifiers transform lambda handling, eliminate object creation overhead, enable non‑local returns, and control function expansion, with detailed code examples comparing Java anonymous classes, Kotlin lambdas, bytecode, and practical usage scenarios.

Higher-Order FunctionsInlineKotlin
0 likes · 11 min read
Master Kotlin’s inline, crossinline, and noinline: Boost Performance and Control Flow
Liangxu Linux
Liangxu Linux
Sep 27, 2025 · Fundamentals

Boost C Performance: Proven Tricks to Speed Up Your Code

This article gathers practical C‑language optimization techniques—ranging from integer declarations and branch reduction to loop unrolling and lookup‑table usage—to help developers improve execution speed and reduce memory consumption on resource‑constrained devices.

C++InlineLoop Unrolling
0 likes · 30 min read
Boost C Performance: Proven Tricks to Speed Up Your Code
Huawei Cloud Developer Alliance
Huawei Cloud Developer Alliance
Jun 12, 2023 · Fundamentals

Boosting GaussDB Performance: Inside Huawei’s BiSheng Compiler Optimizations

The article explains how Huawei's BiSheng compiler enhances GaussDB performance through architecture‑level, module‑level, and function‑level optimizations such as inline expansion, instruction prefetch, auto‑vectorization, link‑time optimization, and feedback‑guided optimizations, and outlines future development plans.

BISHENGCompiler OptimizationGaussDB
0 likes · 8 min read
Boosting GaussDB Performance: Inside Huawei’s BiSheng Compiler Optimizations