Tag

optimization

2 views collected around this technical thread.

JD Tech
JD Tech
Jun 16, 2025 · Operations

How Advanced Optimization and Simulation Algorithms Transform Supply Chain Planning

This article explores how cutting‑edge optimization and simulation techniques empower supply‑chain planning—covering network design, inventory layout, and large‑scale scenario modeling—to reduce costs, improve efficiency, and enhance user experience through fast, scalable algorithms and AI‑driven insights.

algorithmoperations researchoptimization
0 likes · 9 min read
How Advanced Optimization and Simulation Algorithms Transform Supply Chain Planning
Mike Chen's Internet Architecture
Mike Chen's Internet Architecture
Jun 10, 2025 · Backend Development

Why Is Your Kafka Consumer Slow? Proven Strategies to Boost Throughput

This article explains why Kafka consumers often become bottlenecks—due to complex processing, resource constraints, or sub‑optimal configuration—and provides concrete steps such as profiling Java code, simplifying logic, using background threads, scaling consumer instances, and tuning key consumer parameters.

BackendConsumerDocker Compose
0 likes · 4 min read
Why Is Your Kafka Consumer Slow? Proven Strategies to Boost Throughput
php中文网 Courses
php中文网 Courses
Jun 9, 2025 · Backend Development

Master Go Testing and Performance: Advanced Techniques & Real‑World Optimizations

Learn how to write robust Go tests, leverage table‑driven and mock techniques, conduct precise benchmarks, profile with pprof, and apply advanced memory and concurrency optimizations—including sync.Pool and buffer reuse—to build high‑performance, maintainable Go applications.

BenchmarkGooptimization
0 likes · 7 min read
Master Go Testing and Performance: Advanced Techniques & Real‑World Optimizations
DeWu Technology
DeWu Technology
Jun 4, 2025 · Backend Development

Performance Optimization of Floating‑Point Conversion and GC Tuning in Java Backend Services

This article details how replacing Java's native double parsing with the Ryu and FastFloat algorithms, alongside JVM GC tuning, dramatically reduces CPU usage and latency in backend services, offering practical code examples, benchmark results, and actionable optimization strategies.

FastFloatFloating-pointGC
0 likes · 15 min read
Performance Optimization of Floating‑Point Conversion and GC Tuning in Java Backend Services
Architect's Guide
Architect's Guide
May 29, 2025 · Databases

Understanding Database Indexes: How Indexes Accelerate Queries

This article explains the evolution of data storage, the fundamentals of computer storage devices, and how database indexes—especially clustered and non‑clustered indexes—leverage binary search to dramatically speed up query performance while outlining their drawbacks and common SQL optimization techniques.

SQLStoragedatabase
0 likes · 13 min read
Understanding Database Indexes: How Indexes Accelerate Queries
JD Tech Talk
JD Tech Talk
May 26, 2025 · Frontend Development

Comprehensive Overview of Frontend Technology Stacks, Network Frameworks, and Performance Optimization

This article provides a comprehensive overview of front‑end technology stacks—including native app development, web frameworks, mini‑programs, and cross‑platform solutions—alongside common network libraries, the full HTTP request lifecycle, and practical performance optimization techniques for speed, weak‑network resilience, and security across native, web, and mini‑program environments.

FrontendNetworkWeb
0 likes · 18 min read
Comprehensive Overview of Frontend Technology Stacks, Network Frameworks, and Performance Optimization
Deepin Linux
Deepin Linux
May 19, 2025 · Operations

Linux System Performance Bottleneck Analysis and Optimization Guide

This comprehensive guide explains how to monitor, diagnose, and resolve Linux server performance bottlenecks by covering essential command‑line tools, logging, automated scripts, and optimization techniques for CPU, memory, disk I/O, and network, with practical case studies and code examples.

LinuxPerformance MonitoringSystem Administration
0 likes · 40 min read
Linux System Performance Bottleneck Analysis and Optimization Guide
Mike Chen's Internet Architecture
Mike Chen's Internet Architecture
May 15, 2025 · Operations

Nginx High-Concurrency Optimization Techniques

This article explains how to achieve million‑level concurrent connections with Nginx by tuning OS limits, worker processes, epoll event handling, gzip compression, and zero‑copy file transfer, providing concrete configuration snippets and performance rationale for each optimization.

GzipHigh ConcurrencyLinux
0 likes · 4 min read
Nginx High-Concurrency Optimization Techniques
JD Tech Talk
JD Tech Talk
May 13, 2025 · Operations

Intelligent Supply Chain Planning Algorithms and Their Applications

The article introduces intelligent supply chain planning algorithms—including network design, inventory layout, and simulation—detailing their optimization models, high‑performance solving techniques, and real‑world impact on cost reduction, efficiency, and service experience across large‑scale logistics operations.

Logisticsalgorithmoperations
0 likes · 12 min read
Intelligent Supply Chain Planning Algorithms and Their Applications
JD Retail Technology
JD Retail Technology
May 13, 2025 · Operations

Intelligent Planning Algorithms and Their Applications in Supply Chain Optimization

The article presents how operations‑optimization and simulation algorithms empower supply‑chain planning—covering network design, inventory layout, and large‑scale simulation—to achieve cost reduction, efficiency gains, and enhanced user experience through advanced algorithmic solutions.

algorithminventory layoutoperations research
0 likes · 9 min read
Intelligent Planning Algorithms and Their Applications in Supply Chain Optimization
Model Perspective
Model Perspective
May 10, 2025 · Fundamentals

How Modeling Thinking Can Transform Your Daily Decisions

This article explains how adopting a modeling mindset—structuring real‑world problems, quantifying variables, and applying simple optimization and scheduling techniques—can bring order to everyday tasks such as time management, consumer choices, interpersonal communication, health habits, and life planning.

decision makingmodelingoptimization
0 likes · 8 min read
How Modeling Thinking Can Transform Your Daily Decisions
Architecture Digest
Architecture Digest
May 7, 2025 · Backend Development

Analyzing Why Spring Boot Startup Is Slow: Detailed Breakdown and Profiling

This article investigates the reasons behind Spring Boot's slow startup by tracing the execution timeline, examining the prepareEnvironment and refreshContext phases, profiling bean creation, configuration loading, and external client initialization, and provides sample Java code for measuring and visualizing each step.

BackendJavaSpringBoot
0 likes · 13 min read
Analyzing Why Spring Boot Startup Is Slow: Detailed Breakdown and Profiling
AntTech
AntTech
May 7, 2025 · Game Development

Performance Optimization Techniques for Alipay Mini‑Games Runtime

This article details the architectural analysis and a series of six optimization strategies—including multithreading, independent audio, file‑system improvements, text rendering, dedicated render thread, and iOS high‑performance mode—that collectively boost frame rates, reduce latency, and enhance the overall user experience of Alipay mini‑games.

AlipayRenderingmini-game
0 likes · 15 min read
Performance Optimization Techniques for Alipay Mini‑Games Runtime
Model Perspective
Model Perspective
Apr 24, 2025 · Fundamentals

Why ‘Optimal’ Solutions Fail and How Robust Design Wins in the Real World

This article contrasts theoretical optimal solutions with robust designs, explaining why optimality often fails in practice, identifying three fragilities, and offering practical questions to evaluate robustness, ultimately advocating a resilient approach as the foundation for real‑world success.

optimizationrisk managementrobustness
0 likes · 7 min read
Why ‘Optimal’ Solutions Fail and How Robust Design Wins in the Real World
Java Captain
Java Captain
Apr 24, 2025 · Databases

Why Using UUID as a Primary Key in MySQL Causes Performance Issues and How to Optimize It

This article explains why using UUID as a primary key in MySQL can degrade insert, update, and query performance due to large index size, unordered values, and frequent index splits, and offers optimization strategies such as ordered UUIDs, binary storage, combined auto‑increment keys, and table partitioning.

MySQLUUIDdatabase
0 likes · 7 min read
Why Using UUID as a Primary Key in MySQL Causes Performance Issues and How to Optimize It
Java Tech Enthusiast
Java Tech Enthusiast
Apr 19, 2025 · Fundamentals

Understanding CPU Usage Spikes: Pipeline, Locks, and Optimization

The article explains how CPU pipelines, cache misses, branch‑prediction failures and lock contention cause non‑linear usage spikes, illustrates common pitfalls such as infinite loops, lock‑heavy spinning and catastrophic regex backtracking, and offers practical detection with perf and three rules—avoid busy‑waiting, use cache‑friendly layouts, and limit thread contention.

CPUconcurrencylow-level
0 likes · 6 min read
Understanding CPU Usage Spikes: Pipeline, Locks, and Optimization
Tencent Cloud Developer
Tencent Cloud Developer
Apr 17, 2025 · Fundamentals

Protobuf Encoding Principles and Optimization Techniques

The article explains how Protocol Buffers (proto3) encode basic and composite types using varint, zigzag, fixed-size and IEEE‑754 formats, describes tag and length field structures, and presents optimization strategies such as selecting size‑efficient types, flattening nested messages, and delta‑encoding to significantly reduce serialized byte‑stream size.

ProtobufProtocol BuffersSerialization
0 likes · 15 min read
Protobuf Encoding Principles and Optimization Techniques
FunTester
FunTester
Apr 16, 2025 · Backend Development

Common Performance Optimization Pitfalls in Go and How to Avoid Them

This article examines frequent performance optimization mistakes in Go programming—such as misunderstanding CPU cache, false sharing, data alignment, stack vs heap allocation, and inadequate use of profiling tools—provides concrete code examples, and offers practical guidelines to improve efficiency while maintaining code quality.

GoMemory Managementconcurrency
0 likes · 10 min read
Common Performance Optimization Pitfalls in Go and How to Avoid Them
Architecture Digest
Architecture Digest
Apr 11, 2025 · Databases

Performance Issues of Using UUID as Primary Key in MySQL and Optimization Strategies

The article explains why using UUIDs as primary keys in MySQL large tables leads to poor index efficiency, slower inserts and queries, and costly index refreshes on updates, and then presents practical optimization techniques such as ordered UUIDs, binary storage, hybrid auto‑increment keys, and table partitioning.

Database DesignIndex PerformanceMySQL
0 likes · 7 min read
Performance Issues of Using UUID as Primary Key in MySQL and Optimization Strategies
Alimama Tech
Alimama Tech
Apr 10, 2025 · Big Data

Performance Optimization of Apache Paimon in Dolphin OLAP Engine

The article details how Apache Paimon, integrated as an external table format in Alibaba’s Dolphin OLAP engine, achieves millisecond‑level query latency and up to 10k QPS through ORC push‑down, manifest conversion, caching, concurrency, and encoding optimizations, outperforming StarRocks and Hologres.

JavaOLAPPaimon
0 likes · 17 min read
Performance Optimization of Apache Paimon in Dolphin OLAP Engine