零拷贝参见: https://www.jianshu.com/p/82d7269521a3
java中的零拷贝主要有两种方式:
- mmap
- sendfile
mmap 使用参见
sendfile 使用参见 http://ifeve.com/java-nio-channel-to-channel/ https://www.jianshu.com/p/713af3a13bde
| Name | Name | Last commit date | ||
|---|---|---|---|---|
parent directory.. | ||||
零拷贝参见: https://www.jianshu.com/p/82d7269521a3
java中的零拷贝主要有两种方式:
mmap 使用参见
sendfile 使用参见 http://ifeve.com/java-nio-channel-to-channel/ https://www.jianshu.com/p/713af3a13bde