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

Issue #1288: In this next round of SFTP transfer optimizations, we ca… #1805

Merged
merged 1 commit into from May 14, 2024

Conversation

Castaglia
Copy link
Member

…che the initial results of the dir_check() function at the start of the transfer.

According to flamegraphs, there is a fair amount of CPU time spent in dir_check() and related functions, almost all of which is redundant. Those access checks apply to conditions which do not change over the course of the data transfer.

…che the initial results of the `dir_check()` function at the start of the transfer.

According to flamegraphs, there is a fair amount of CPU time spent in `dir_check()` and related functions, almost all of which is redundant.  Those access checks apply to conditions which do not change over the course of the data transfer.
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.

None yet

1 participant