@@ -78,14 +78,14 @@ pub fn main() !void {
78
78
}
79
79
```
80
80
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
83
83
中的基本使用,下面表格是一些测试数据
84
84
85
- | method | avg<sub>time</sub> | avg<sub>throughput</sub> |
85
+ | method | avg_time | avg_throughput |
86
86
|------------------------------|----------------------|--------------------------|
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 |
89
89
| blocking | 0.2833337046s | 3.7GB/s |
90
90
91
91
[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
107
107
[zigar](https://github.com/chung-leong/zigar)
108
108
Enable the use of Zig code in JavaScript project
109
109
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)
111
111
一个对常见语言进行压测的项目,项目里面有几种纯 CPU
112
112
的操作,看看哪个语言最快。
113
113
114
- [nolanderc/glsl<sub>analyzer</sub> ](https://github.com/nolanderc/glsl_analyzer)
114
+ [nolanderc/glsl_analyzer ](https://github.com/nolanderc/glsl_analyzer)
115
115
Language server for GLSL (autocomplete, goto-definition, formatter, and
116
116
more)
117
117
0 commit comments