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

Inline saving implementation #229

Merged
merged 3 commits into from
Jun 23, 2023
Merged

Inline saving implementation #229

merged 3 commits into from
Jun 23, 2023

Conversation

mara004
Copy link
Member

@mara004 mara004 commented Jun 21, 2023

No description provided.

Inlining the saving impl would avoid exposing it as an additional
(private) method.
It'd also enable us to have parameters/defaults in the method header
directly (better for sphinx/rtd).

However, I doubt inline functions are good practice.
Multiprocessing doesn't like it, for one thing.
@mara004 mara004 marked this pull request as ready for review June 23, 2023 16:47
@mara004 mara004 merged commit 7ed7bb6 into main Jun 23, 2023
@mara004 mara004 deleted the inline_save_impl branch June 27, 2023 18:19
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