Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added Entry::getRedirectEntryIndex() #716

Merged
merged 1 commit into from
Aug 2, 2022

Commits on Aug 2, 2022

  1. Added Entry::getRedirectEntryIndex()

    `Entry::getRedirectEntryIndex()` is functionally equivalent to
    `Entry::getRedirectEntry().getIndex()`. However, the latter involves
    access to the dirent of the target entry. When only the index of the
    target entry is of interest, unnecessarily loading the target dirent may
    turn sequential disk IO (when iterating entries by their native order)
    to somewhat random disk IO. The new method is devoid of that drawback.
    veloman-yunkan authored and mgautierfr committed Aug 2, 2022
    Configuration menu
    Copy the full SHA
    db4b3e5 View commit details
    Browse the repository at this point in the history