On 22 February 2013 14:47, Ian Boston <[email protected]> wrote: > repos with 1000s of vanity paths will generate a mapping structure > with 1000s of entries, and although in memory map lookups are super > fast, I am not convinced that the structure is used as a map see [1], > which looks suspiciously like iterating over all entries in the map.
Ooops, I take that back, sorry for any alarm. It iterates over a global List of map entries registered at '*' and then over Lists of map entries based on path. Provided the vanity paths have some structure this should be fast. If they don't have any structure then the mapping might not. Please correct that statement if its wrong. Ian
