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

[MRG] Reduce memory consumption #19

Merged
merged 4 commits into from
Sep 10, 2016
Merged

Conversation

trevorstephens
Copy link
Owner

  • Remove any programs from earlier generations that are not part of the current generation
  • Make indices an attribute that is calculated on the fly, removing the need to store potentially large arrays of integers within each program

@coveralls
Copy link
Collaborator

Coverage Status

Coverage decreased (-0.1%) to 98.669% when pulling d3bdac2 on reduce-memory-consumption into d7d6b4c on master.

@coveralls
Copy link
Collaborator

Coverage Status

Coverage increased (+0.2%) to 98.992% when pulling ac13cee on reduce-memory-consumption into d7d6b4c on master.

@trevorstephens
Copy link
Owner Author

Fixes #5 ... at least makes a significant dent in the problem. Bloat can still cause issues, thinking about a fix for that though it is not as trivial.

@coveralls
Copy link
Collaborator

Coverage Status

Coverage increased (+0.2%) to 98.992% when pulling 763670f on reduce-memory-consumption into d7d6b4c on master.

@trevorstephens trevorstephens changed the title [WIP] Reduce memory consumption [MRG] Reduce memory consumption Sep 10, 2016
@coveralls
Copy link
Collaborator

Coverage Status

Coverage increased (+0.2%) to 98.992% when pulling a948d89 on reduce-memory-consumption into d7d6b4c on master.

@trevorstephens trevorstephens mentioned this pull request Sep 10, 2016
@trevorstephens trevorstephens merged commit b212cfd into master Sep 10, 2016
@trevorstephens trevorstephens deleted the reduce-memory-consumption branch September 10, 2016 19:11
@trevorstephens trevorstephens mentioned this pull request Sep 10, 2016
@trevorstephens trevorstephens added this to the 0.2.0 milestone Apr 11, 2019
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.

2 participants