You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, KanameShiki is quite nice! I wonder if it's possible to specify a minimal heap size that KanameShiki should hold, so that KanameShiki will allocate memory accodingly in advance.
The problem is that my program suffers from high delay at the beginning and I found the reason was that the memory allocator needs to frequently ask the OS for more memory at the beginning. When the amount of memory is sufficient, the delay becomes small. Therefore, I am looking for a memory allocator where I can tell it a minimal heap size so that the allocator can ask the OS for that amount of memory in advance, to avoid future frequent interaction with the OS. It would be better that the minimal heap size can be adjusted anytime during execution.
The text was updated successfully, but these errors were encountered:
Hi, KanameShiki is quite nice! I wonder if it's possible to specify a minimal heap size that KanameShiki should hold, so that KanameShiki will allocate memory accodingly in advance.
The problem is that my program suffers from high delay at the beginning and I found the reason was that the memory allocator needs to frequently ask the OS for more memory at the beginning. When the amount of memory is sufficient, the delay becomes small. Therefore, I am looking for a memory allocator where I can tell it a minimal heap size so that the allocator can ask the OS for that amount of memory in advance, to avoid future frequent interaction with the OS. It would be better that the minimal heap size can be adjusted anytime during execution.
The text was updated successfully, but these errors were encountered: