Post #1898362
2026-04-05 23:43 UTC
@NohatCoder I was going to protest that there is no way this could possibly work, but even if you assume minecraft allocates 8 GB of memory every second, it would take 73 years to run out of address space, so if you just ignore memory region resizing optimizations...
Replies (1)
-
@NohatCoder@mastodon.gamedev.place 2026-04-06 00:28
@cloudhop An important point is of course thinking about resources and what one should optimise for. Address space is particularly interesting as it goes from a really serious constraining factor to practically unlimited once you drop 32 bit support.