Minecraft Source Code Is Interesting
Summary
A technical dive into Minecraft's PS3 port by 4J Studios. The piece highlights clever low-level tricks (packing pointers with counts, epoch-based memory reclamation, Z-order layout, and porting Java standard library behavior) used to fit a Java game into constrained console hardware, with many code examples and developer notes. Useful as a case study in systems programming and optimization under tight resource constraints.