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
Allocation of buffers should be handled better.
Currently a message buffer may be copied multiple times after it is loaded from the network,
including when storing to disk.
After a message is read from the network there should be minimal copies.
It should also keep track of if a buffer is read only, so we know when it should be copied.
Also it would be nice to use a pool for message byte buffers to lessen impact of garbage collection.
The text was updated successfully, but these errors were encountered:
Allocation of buffers should be handled better.
Currently a message buffer may be copied multiple times after it is loaded from the network,
including when storing to disk.
After a message is read from the network there should be minimal copies.
It should also keep track of if a buffer is read only, so we know when it should be copied.
Also it would be nice to use a pool for message byte buffers to lessen impact of garbage collection.
The text was updated successfully, but these errors were encountered: