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
If a program is CPU-intensive, the average overhead is 30% to 50%
If a program uses main memory a lot (e.g., the size of allocated memory is larger than the EPC size), the program may have thousands of performance penalties.
i implement a rust program in sgx with rust sgx sdk, but i find that it cost more than 60%-80% time to execute program, is this normal?
The text was updated successfully, but these errors were encountered: