We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ead47e commit 7c82651Copy full SHA for 7c82651
io.md
@@ -189,8 +189,8 @@ vmtouch /disk/data/tmp/test
189
## 回到 golang
190
当前标准库如 http.ServeFile, os.Open 等默认采用的访问静态资源的方式均为非直接 I/O, 因此如果有特定场景需要用户自己进行这方面的考量及优化
191
## 参考资料
192
-http://nginx.org/en/docs/http/ngx_http_core_module.html#directio
193
-https://tech.meituan.com/2017/05/19/about-desk-io.html
194
-https://github.com/ncw/directio
+- http://nginx.org/en/docs/http/ngx_http_core_module.html#directio
+- https://tech.meituan.com/2017/05/19/about-desk-io.html
+- https://github.com/ncw/directio
195
# DMA
196
# Zero-Copy
0 commit comments