Tag

SourceCodeAnalysis

0 views collected around this technical thread.

Top Architect
Top Architect
Jan 7, 2021 · Fundamentals

Android HashMap Source Code Analysis (Based on Android SDK 28)

This article provides a detailed analysis of the Android HashMap implementation in SDK 28, covering its fields, internal Node class, constructors, resizing logic, hash function, collision handling, and related Map implementations, with complete source code excerpts and performance considerations.

AndroidCollisionResolutionConcurrency
0 likes · 34 min read
Android HashMap Source Code Analysis (Based on Android SDK 28)
php中文网 Courses
php中文网 Courses
Nov 9, 2020 · Backend Development

Understanding ThinkPHP Framework Execution Flow: Initialization and Debugging Techniques

This article walks through the ThinkPHP framework's initialization process, explains the underlying design patterns, shows how to trace method calls with debug_backtrace, and discusses configuration loading, container updates, debugging mode, and code redundancy, providing practical code examples for developers.

InitializationSourceCodeAnalysisframework
0 likes · 14 min read
Understanding ThinkPHP Framework Execution Flow: Initialization and Debugging Techniques
Sohu Tech Products
Sohu Tech Products
Jun 5, 2019 · Fundamentals

Detailed Source‑Code Analysis of RxJava Observable Subscription Flow

This article provides a comprehensive source‑code walkthrough of RxJava’s Observable subscription flow, detailing object creation, reverse subscription, thread scheduling, and operator handling with step‑by‑step code analysis.

JavaReactiveProgrammingRxJava
0 likes · 17 min read
Detailed Source‑Code Analysis of RxJava Observable Subscription Flow