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

Performance via wrapper around the caching #181

Open
rikhuijzer opened this issue Aug 16, 2021 · 0 comments
Open

Performance via wrapper around the caching #181

rikhuijzer opened this issue Aug 16, 2021 · 0 comments

Comments

@rikhuijzer
Copy link
Collaborator

rikhuijzer commented Aug 16, 2021

The main issue for performance is the file IO. This could probably be reduced significantly by creating a package which is a layer before the file IO and assumes that the files are only being touched by Books.jl and by nothing else.

Alternatively, I could just drop the file caching altogether.

This is, basically, the idea by Stefan, I think. He touches the file only in a temp location and then moves it to the right place.

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

No branches or pull requests

1 participant