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

Introducing cached adapters to reduce IO/HTTP overhead with file handling #373

Merged

Conversation

pedro-stanaka
Copy link
Contributor

Closes #359. Small improvement to cache the stats of files being handled inside the application to avoid unnecessary IO or, in worst case, HTTP chatter.

@codecov
Copy link

codecov bot commented Jan 8, 2021

Codecov Report

Merging #373 (2d7ef99) into master (af56265) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##             master     #373   +/-   ##
=========================================
  Coverage     99.35%   99.35%           
  Complexity     1855     1855           
=========================================
  Files           297      297           
  Lines          5858     5858           
=========================================
  Hits           5820     5820           
  Misses           38       38           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update af56265...2d7ef99. Read the comment docs.

@akondas akondas requested a review from karniv00l January 13, 2021 17:32
@akondas
Copy link
Member

akondas commented Jan 13, 2021

@karniv00l please check, if everything is ok then there is a green light on my part 😉

@karniv00l
Copy link
Contributor

Looks good

@akondas akondas merged commit edef87c into repman-io:master Jan 18, 2021
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.

Improve performance of file operations by introducing cached adapters for Flysystem
3 participants