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

Use a local tempfile for preprocessed output. #46

Merged
merged 1 commit into from
Jun 19, 2021

Conversation

jpeach
Copy link
Contributor

@jpeach jpeach commented Jun 19, 2021

Preprocessed output tends to be quite large, often multiple megabytes.
Rather than transferring it over the RPC interface, use a tempfile so
that the server doesn't use a lot of memory uneccessarily.

This updates #45.

Preprocessed output tends to be quite large, often multiple megabytes.
Rather than transferring it over the RPC interface, use a tempfile so
that the server doesn't use a lot of memory uneccessarily.

This updates nelhage#45.
@nelhage nelhage merged commit bba176b into nelhage:main Jun 19, 2021
@nelhage
Copy link
Owner

nelhage commented Jun 19, 2021

Nice, seems very reasonable.

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