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, we regularly convert between Inode and NFS file handles, but
keep regenerating the byte representation, even if it is unchanged.
Cache the byte representation whenever possible, returning clones of the
byte array upon calling Inode#toNfsHandle instead of using ByteBuffer.
Related: #149
Signed-off-by: Christian Kohlschütter <[email protected]>
0 commit comments