I've taken the JSBin code and put it into a jsPerf Test
$context.find('.holder') is twice as fast as its closest competitor, $('.holder', $context) and that is a good ten times faster than any other selector being used.
In conclusion, cache your selectors and use .find() for maximum performance