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

Streamable pickle #103

Open
wants to merge 7 commits into
base: master
Choose a base branch
from
Open

Streamable pickle #103

wants to merge 7 commits into from

Conversation

WojciechMula
Copy link
Owner

An attempt to solve #102.

What was done: instead of creating pickle data before pickling, we create an iterator which was meant to yield small portions of data on demand.

While the approach seemed to be a good solution, it appears that both pickle and _pickle modules collect in memory whole dump (despite the way it's created) and then, in the end, flush everything to the output file.

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.

None yet

1 participant