@@ -78,14 +78,14 @@ pub fn main() !void {
7878}
7979```
8080
81- [io<sub>uring</sub> basics: Writing a file to disk](https://notes.eatonphil.com/2023-10-19-write-file-to-disk-with-io_uring.html)
82- 作者演示了 io<sub>uring</sub> 在 Go 与 Zig
81+ [io_uring basics: Writing a file to disk](https://notes.eatonphil.com/2023-10-19-write-file-to-disk-with-io_uring.html)
82+ 作者演示了 io_uring 在 Go 与 Zig
8383中的基本使用,下面表格是一些测试数据
8484
85- | method | avg<sub>time</sub> | avg<sub>throughput</sub> |
85+ | method | avg_time | avg_throughput |
8686|------------------------------|----------------------|--------------------------|
87- | iouring<sub>128entries</sub> | 0.2756831357s | 3.8GB/s |
88- | iouring<sub>1entries</sub> | 0.27575404880000004s | 3.8GB/s |
87+ | iouring_128_entries | 0.2756831357s | 3.8GB/s |
88+ | iouring_1_entries | 0.27575404880000004s | 3.8GB/s |
8989| blocking | 0.2833337046s | 3.7GB/s |
9090
9191[Zig is now also a Windows resource compiler](https://www.ryanliptak.com/blog/zig-is-a-windows-resource-compiler/)
@@ -107,11 +107,11 @@ Pixel Bender to Zig code translator
107107[zigar](https://github.com/chung-leong/zigar)
108108Enable the use of Zig code in JavaScript project
109109
110- [jinyus/related<sub>postgen</sub> ](https://github.com/jinyus/related_post_gen)
110+ [jinyus/related_post_gen ](https://github.com/jinyus/related_post_gen)
111111一个对常见语言进行压测的项目,项目里面有几种纯 CPU
112112的操作,看看哪个语言最快。
113113
114- [nolanderc/glsl<sub>analyzer</sub> ](https://github.com/nolanderc/glsl_analyzer)
114+ [nolanderc/glsl_analyzer ](https://github.com/nolanderc/glsl_analyzer)
115115Language server for GLSL (autocomplete, goto-definition, formatter, and
116116more)
117117
0 commit comments