The Matlab built-in ltitr is a fairly low-level function used heavily by a number of Matlab toolboxes. But even a hand-coded version in Matlab is roughly 10x faster than almost identical Juila:
https://gist.github.com/3962937
Is there anything that can be done about this, or is it more of an LLVM issue? Also, is there any interest in creating a benchmark set sort of like what the Python pandas library has?