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

Remove preallocation of memory in cell linked list #396

Merged
merged 1 commit into from
Aug 1, 2023

Conversation

FabienPean-Virtonomy
Copy link
Collaborator

It was currently allocating memory for all cells even is the body particles are sparse within the bounding box. This led to a huge amount of memory wasted, sometimes intractable for complex models (e.g. 100GB for only 2M created)

It was currently allocating memory for all cells even is the body particles are sparse within the bounding box. This led to a huge amount of memory wasted, sometimes intractable for complex models (e.g. 100GB for only 2M created)
@FabienPean-Virtonomy FabienPean-Virtonomy changed the title Remove preallocation of memory in cells Remove preallocation of memory in cell linked list Aug 1, 2023
@Xiangyu-Hu Xiangyu-Hu merged commit f44c31b into master Aug 1, 2023
@Xiangyu-Hu Xiangyu-Hu deleted the FabienPean-Virtonomy-patch-1 branch August 1, 2023 16:50
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