rhgitaly::mercurial::ls_path: listing a subset of manifest
This will be useful to implement `CommitService.TreeEntry`. There is plenty of room for performance improvement, notably: - the position of the first relevant entry could be found by binary search instead of a linear scan - we could try and clone less But it is possible that this would not be really needed, given the performance and scalability boost given by RHGitaly over HGitaly, before Mercurial manifests start using a more efficient layout, making this code obsolete.
parent
87b6970c
No related branches found
No related tags found
Loading
Please register or sign in to comment