Jarvis: This algorithm requires O(nh) time in the worst case for n input points with h extreme points.
Graham: O(nlogn) in the worst case scenario.
Source the ref of CGAL, from where I use the two algorithms.
That means that Jarvis can be faster for a dataset (let's say in 2 dimensions), when h is less than logn. However I would like to see it in action, but I fail in finding a dataset for this purpose. Does anybody know?
Googling yield this link, which actually supports what I am claiming above.