Would it be faster to point to a function in java that has .'s in it, so java wouldn't have to look up the function, like how it works in Python?
Something similar to this,
print = System.out.println;
print("");
Would it be faster to point to a function in java that has .'s in it, so java wouldn't have to look up the function, like how it works in Python?
Something similar to this,
print = System.out.println;
print("");