Skip to content

Streamable pickle#103

Open
WojciechMula wants to merge 7 commits intomasterfrom
streamable-pickle
Open

Streamable pickle#103
WojciechMula wants to merge 7 commits intomasterfrom
streamable-pickle

Conversation

@WojciechMula
Copy link
Copy Markdown
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.

1 participant