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
In order to ensure more deterministic performance, we must avoid dynamic allocation pretty much anywhere after launch the VCPUs. There are currently a lot of places that allocate strings and vecs and such. We should move away from these to ArrayVec and friends.
The text was updated successfully, but these errors were encountered:
In order to ensure more deterministic performance, we must avoid dynamic allocation pretty much anywhere after launch the VCPUs. There are currently a lot of places that allocate strings and vecs and such. We should move away from these to ArrayVec and friends.
The text was updated successfully, but these errors were encountered: