Tagged articles
2 articles
Page 1 of 1
Architects' Tech Alliance
Architects' Tech Alliance
Apr 21, 2026 · Industry Insights

Why CXL Is the Only Interconnect That Can Solve the Memory Wall, Resource Islands, and Cache Inconsistency

The article dissects how CXL emerged to address three fundamental data‑center bottlenecks—memory wall, resource islands, and cache‑incoherence—traces its technical evolution, compares the divergent strategies of Intel, AMD, Nvidia, Google, Alibaba Cloud, and Huawei, and evaluates CXL’s challenges, opportunities, and future ecosystem.

AI hardwareCXLData center
0 likes · 29 min read
Why CXL Is the Only Interconnect That Can Solve the Memory Wall, Resource Islands, and Cache Inconsistency
Java Backend Technology
Java Backend Technology
Aug 19, 2019 · Backend Development

Unlocking Netty’s ByteBuf: How Pooled Off‑Heap Memory Allocation Works

This article demystifies Netty’s ByteBuf pooling mechanism, explaining how off‑heap memory is allocated and managed through PooledByteBufAllocator, detailing the internal structures such as PoolThreadCache, PoolArena, PoolChunk, and Subpage, and providing code examples to illustrate allocation and release processes.

ByteBufJavaMemory Pooling
0 likes · 10 min read
Unlocking Netty’s ByteBuf: How Pooled Off‑Heap Memory Allocation Works