In AvS_FastSimpleImport we use the following code to update indexes as fast as possible:
https://github.com/avstudnitz/AvS_FastSimpleImport/blob/master/src/app/code/community/AvS/FastSimpleImport/Model/Import/Entity/Product.php#L476-L532
As far as I can tell, this module runs the update per event and not as a whole, so there is room for improvement.