The Godot Area2D is the same as used in fighting games. Basically it works by checking for overlap in a 2D(X,Y) vector and is very fast.
You can stretch it as much as you want, because stretching only makes the X or Y value larger, it doesn't do anything fancy.