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

Do not create new VFS objects in the filestore APIs. #5277

Merged
merged 1 commit into from
Sep 4, 2024

Conversation

teo-tsirpanis
Copy link
Member

SC-54339

Instead of creating an ephemeral VFS, we use ctx->resources().vfs(). This improves performance by reusing resources.


TYPE: IMPROVEMENT
DESC: Improve performance of the filestore APIs.

Copy link
Contributor

@robertbindar robertbindar left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nice work @teo-tsirpanis

@KiterLuc KiterLuc merged commit dc00b3b into dev Sep 4, 2024
63 checks passed
@KiterLuc KiterLuc deleted the teo/filestore-vfs-reuse branch September 4, 2024 15:34
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.

3 participants