Skip to content

Fix: Predictable iteration order#237

Merged
bootandy merged 1 commit into
masterfrom
pred_order
Aug 18, 2022
Merged

Fix: Predictable iteration order#237
bootandy merged 1 commit into
masterfrom
pred_order

Conversation

@bootandy
Copy link
Copy Markdown
Owner

Sort the Node objects so that duplicate inodes appear in a predictable
order.

Include new sort_by_inode method because this is notably quicker than
sorting by size & name as defined in the nodes.rs file.

Should fix: #234

Sort the Node objects so that duplicate inodes appear in a predictable
order.

Include new sort_by_inode method because this is notably quicker than
sorting by size & name as defined in the nodes.rs file.
@bootandy bootandy merged commit d64092d into master Aug 18, 2022
@bootandy bootandy deleted the pred_order branch August 23, 2022 11:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Visiting directory with hard linked files produces unstable result

1 participant