ended3월 19일· 3 sources

Minecraft Source Code Is Interesting

Minecraft 소스 코드에서 발견한 흥미로운 것들

Why it matters

Minecraft's old console (PS3) source code was recently leaked, revealing that 4J Studios rewrote the original Java game entirely in C++ for consoles with limited hardware. Notable techniques include packing a pointer and counter into a single 64-bit integer for lock-free light data reads, and implementing a simple rotating-queue garbage collector to safely free memory used by concurrent threads.

3
Sources
+0
24h
Growth
185d
Active
4j studiosc++game developmentjavalock-freeminecraftps3reverse engineeringsource codesparselightstorage리버스 엔지니어링소스 코드

Sources

Related Issues