Skip to content
This repository was archived by the owner on Sep 11, 2020. It is now read-only.

plumbing/idxfile: object iterators returns entries in offset order #927

Merged
merged 1 commit into from
Aug 21, 2018

Conversation

jfontan
Copy link
Contributor

@jfontan jfontan commented Aug 21, 2018

In the latest change the order was changed from offset order in packfiles to hash order. This makes reading all the objects not as efficient as before. It also created problems when the previous order was expected.

Also added EntriesByOffset to indexes.

In the latest change the order was changed from offset order in
packfiles to hash order. This makes reading all the objects not as
efficient as before. It also created problems when the previous order
was expected.

Also added EntriesByOffset to indexes.

Signed-off-by: Javi Fontan <[email protected]>
@jfontan jfontan requested review from ajnavarro, mcuadros and a team August 21, 2018 15:41
@mcuadros mcuadros merged commit cdfa0bb into src-d:master Aug 21, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants