What is the fastest way to check if $x^y > y^x$ if I were writing a computer program to do that?

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