Skip to content
Snippets Groups Projects
Commit 721ac5a4 authored by Georges Racinet's avatar Georges Racinet
Browse files

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
3 merge requests!186Merging stable branch into default,!184Merged/adapted oldstable into stable for RHGitaly methods,!179RHGitaly CommitService.TreeEntry implementation
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment