Skip to content
This repository has been archived by the owner on Dec 1, 2024. It is now read-only.

Reduce peak memory usage #266

Open
fredemmott opened this issue Feb 13, 2020 · 1 comment
Open

Reduce peak memory usage #266

fredemmott opened this issue Feb 13, 2020 · 1 comment

Comments

@fredemmott
Copy link
Contributor

Some possibilities:

  • add an option to hh_parse to not include program_text in the json output
    • do we need $json_data['program_text'] at all?
  • migrate to using s-expressions instead of json
  • modify File so only load content on-demand (unless the file is dirty)
@fredemmott
Copy link
Contributor Author

@KendallHopkins any thoughts/internal experiments on these?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant