@User uploaded a file:
optimize delegates notnull and commented: hey folks
what do you think about optimizing some calls to Delegates.notNull() to be zero allocation ?
right now for each local var there's a
NonNullVar
instance allocation, which is pretty redundant here