Junio C Hamano <gitster@xxxxxxxxx> writes: > I wonder if it is worth using the fan-out tree structure for the > underlying "note" trees, as the notes-index would be the primary > way to access them. Actually now I think about it I think this was a stupid suggestion. Creation of a new note in a reasonably well populated note tree would be made 256-fold more efficient by having the fan-out, as write-tree does not have to recompute the other 255 tree objects thanks to the cache-tree data being fresh. - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html