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

Idea to mitigate memory overhead #113

Open
stefanpenner opened this issue Jun 27, 2017 · 1 comment
Open

Idea to mitigate memory overhead #113

stefanpenner opened this issue Jun 27, 2017 · 1 comment

Comments

@stefanpenner
Copy link
Collaborator

We should likely only retain (in memory) files contents if they are under a certain file size.
The optimization is most important for lots of small files, but for larger files I suspect retaining the content in memory is worse then just re-reading it.

@hjdivad
Copy link

hjdivad commented Jul 21, 2017

Notes

likely want to avoid strings > 10,000

(on sample app with 22MB estimate with 4381 items top ~1000 approx 10-15MB which would be covered by > 10,000)

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

2 participants