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
Currently in write operation, we must copy data and extent head into a temporary buffer to form a slice. We could avoid this if there's a vector-slice like iov.
So we need to implement a vector slice so we can combine extent_head and data together without memcpy
The text was updated successfully, but these errors were encountered:
Currently in write operation, we must copy data and extent head into a temporary buffer to form a slice. We could avoid this if there's a vector-slice like iov.
So we need to implement a vector slice so we can combine extent_head and data together without memcpy
The text was updated successfully, but these errors were encountered: