Soot

Soot

7M Downloads

High CPU load in GolemHandler.isGolem

LemADEC opened this issue ยท 1 comments

commented

As found while analyzing a profile for another issue regarding the Transcendence modpack:
GolemHandler.isGolem() is doing lookup into forge registry every tick, consumming 1.40% doing so. Consider using instanceof or cached entityId instead.

image

commented

already fixed in dev