Tagged articles

Code Size Reduction

3 articles · Page 1 of 1
IoT Full-Stack Technology
IoT Full-Stack Technology
Jul 6, 2026 · Fundamentals

Mastering LTO in Keil5: Shrink Code Size and Boost Performance

This in‑depth guide explains how to enable and fine‑tune Link‑Time Optimization (LTO) in Keil MDK5 using ArmClang, showing real‑world examples, benchmark data and step‑by‑step instructions that dramatically reduce flash footprint and improve execution speed for embedded systems.

ARM CompilerCode Size ReductionEmbedded Optimization
0 likes · 21 min read
Mastering LTO in Keil5: Shrink Code Size and Boost Performance
WeChat Client Technology Team
WeChat Client Technology Team
Feb 21, 2024 · Fundamentals

How to Shrink C++ Template Bloat: Practical Strategies for Leaner Code

This article explains why C++ template instantiation can cause code bloat and provides concrete, actionable strategies—such as extracting non‑template parts to base classes, using helper abstractions, avoiding unnecessary template parameters, and measuring binary size—to significantly reduce compiled binary size while keeping code maintainable.

C#Code Size Reductionperformance
0 likes · 22 min read
How to Shrink C++ Template Bloat: Practical Strategies for Leaner Code
21CTO
21CTO
May 22, 2017 · Backend Development

Why Rewriting a Laravel App in Go Boosted Performance and Simplicity

The author rewrote a Laravel‑based Boxzilla application in Go, detailing migration steps, code‑size reduction, benchmark results, and testing advantages, showing how Go delivers faster response times, lower latency, and a more maintainable backend.

Code Size ReductionGoLaravel migration
0 likes · 7 min read
Why Rewriting a Laravel App in Go Boosted Performance and Simplicity