Formula for approximate size of memory allocation #1182
Unanswered
kozakromch
asked this question in
Q&A
Replies: 1 comment 2 replies
-
There currently isn't a way to calculate the required amount of memory. The formula would be quite involved and probably also really pessimistic. I would suggest measuring usage and adding some slack. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello, thanks again for the great library. It's really comfortable to work with.
I'm wondering if there is a simple formula that can be used to determine the approximate size of the allocated memory in TempAllocator. I use the standard version.
I know a lot about the physical scene, the exact number of rigid bodies, collisions and so on. And I know that numbers don't change.
Thanks in advance)
Beta Was this translation helpful? Give feedback.
All reactions