<div dir="ltr">We can see in the JavaDoc for FileChannel that "transferTo/From" is the way to use potentially optimal I/O transfers<div>This requires a Readable/Writeable/SeekableByteChannel, which have "ByteBuffer" as the argument types</div><div><br></div><div>Are there any plans to eventually modify I/O API's to take raw MemorySegment's for better performance?</div><div>Or should folks just do MemorySegment.ofBuffer() etc?<br><div><br></div></div></div>