Deepin Linux
Deepin Linux
Jun 20, 2025 · Fundamentals

Unlock C++17: 21 Powerful Language Features That Simplify Modern Coding

This article walks through the most useful C++17 enhancements—including structured bindings, if‑constexpr, fold expressions, inline variables, class‑template argument deduction, new standard‑library types like std::optional, std::variant, std::string_view, parallel algorithms, and numeric utilities—showing how each feature reduces boilerplate and improves performance with clear code examples.

C++17Fold ExpressionsParallel Algorithms
0 likes · 43 min read
Unlock C++17: 21 Powerful Language Features That Simplify Modern Coding
Alibaba Cloud Developer
Alibaba Cloud Developer
Apr 9, 2019 · Operations

How Cainiao’s VRP Engine Breaks World Records with Adaptive Large Neighborhood Search

This article explains the Vehicle Routing Problem, its many variants, classic exact and heuristic solution methods, and details how Cainiao’s algorithm team built and continuously upgraded an Adaptive Large Neighborhood Search engine—adding rich operators, parallel architectures, and achieving dozens of world‑record results on benchmark datasets.

Adaptive Large Neighborhood SearchLogisticsOptimization
0 likes · 15 min read
How Cainiao’s VRP Engine Breaks World Records with Adaptive Large Neighborhood Search