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

Get rid of Optional to reduce memory footprint #1433

Open
ahamlat opened this issue Oct 17, 2024 · 1 comment
Open

Get rid of Optional to reduce memory footprint #1433

ahamlat opened this issue Oct 17, 2024 · 1 comment

Comments

@ahamlat
Copy link
Contributor

ahamlat commented Oct 17, 2024

Following the data shared in this comment #1398 (comment), we need to investigate and get rid of Optionals to reduce memory usage.

image
@ahamlat
Copy link
Contributor Author

ahamlat commented Oct 24, 2024

We need to keep in mind here that we want to get rid of the optional wrapper, but still need the data. Removing the optional overhead will not save more than 4 GiB in this case.

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

No branches or pull requests

1 participant