Dragoljub Djuric
Results
6
issues of
Dragoljub Djuric
When the canister is executed, it is most likely its Sandbox will not be evicted from the cache, since we are keeping Sandboxes based using LRU logic. At the same...
feat
This is follow-up for [PR](https://github.com/dfinity/ic/pull/1967).
feat
Problem: Stable structures do not support memory freeing. Solution: To free memory, we’d need to add the following API to the memory manager: `fn free(memory: MemoryId) -> (); ` Post...