Tagged articles
2 articles
Page 1 of 1
JD Tech Talk
JD Tech Talk
Jan 13, 2025 · Backend Development

Recursive Order Merging Algorithm for JD Logistics Inbound Service

This article describes the background, problem definition, recursive algorithm design, Java implementation, deduplication logic, performance considerations, and business impact of a SKU‑level order merging solution for JD Logistics' inbound-to-warehouse process.

BackendLogisticsRecursion
0 likes · 10 min read
Recursive Order Merging Algorithm for JD Logistics Inbound Service
JD Cloud Developers
JD Cloud Developers
Jan 13, 2025 · Backend Development

How JD Logistics Optimizes Order Merging with Recursive Algorithms

This article explains the background, challenges, and recursive algorithmic solution JD Logistics uses to merge purchase orders, detailing the merging rules, code implementation, deduplication strategy, performance gains, and the resulting operational benefits such as increased merchant satisfaction and faster processing.

JavaLogistics OptimizationRecursive Algorithm
0 likes · 11 min read
How JD Logistics Optimizes Order Merging with Recursive Algorithms