What is the fastest way to check if `pow(x, y) > pow(y, x)` if I were writing a computer program to do that?

The issue is that x and y can be very large.