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

Parse rds could avoid hitting disk #942

Open
meztez opened this issue Jan 4, 2024 · 0 comments
Open

Parse rds could avoid hitting disk #942

meztez opened this issue Jan 4, 2024 · 0 comments
Assignees
Labels
difficulty: novice Anyone could help effort: low < 1 day of work help wanted Solution is well-specified enough that any community member could fix theme:performance:racing_car: I feel the need... the need for speed!

Comments

@meztez
Copy link
Collaborator

meztez commented Jan 4, 2024

readRDS(tmpfile, ...)

https://stackoverflow.com/a/67229892

con <- rawConnection(rawvectpr)
value <- con |> gzcon() |> readRDS()
close(con)
@meztez meztez added difficulty: novice Anyone could help effort: low < 1 day of work help wanted Solution is well-specified enough that any community member could fix theme:performance:racing_car: I feel the need... the need for speed! labels Jan 4, 2024
@meztez meztez self-assigned this Jan 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
difficulty: novice Anyone could help effort: low < 1 day of work help wanted Solution is well-specified enough that any community member could fix theme:performance:racing_car: I feel the need... the need for speed!
Projects
None yet
Development

No branches or pull requests

1 participant