In Algorithm Design Foundations,Analysis, and Internet Examples by Michael T. Goodrich ,Roberto Tamassia in section 2.5.5 Collision-Handling Schemes the last paragraph says
These open addressing schemes save some space over the separate chaining method, but they are not necessarily faster. In experimental and theoretical analysis, the chaining method is either competitive or faster than the other methods, depending upon the load factor of the methods.
But regarding the speed previous SO Answer says exact opposite.