202210 | 0.10 蓄势待发
观点/教程
- Zig Is Self-Hosted Now, What’s Next? | Loris Cro’s Blog | 0.10 即将在 11-01 号发布,Loris 回顾了目前 stage2 的进展,包管理器是下一个目标,但是不会引入中央仓库
- Loris 会在 Twitch 直播这次的 release party
- Howto Pair Strings with Enums 利用 Zig comptime 的能力为 enum 增加描述信息
- A Database Without Dynamic Memory Allocation | TigerBeetle 讲述了如何静态内存的优势,如何应用到数据库中,以及 Zig 为实现这种设计方式的优势
- That Time I Tried Porting Zig to SerenityOS - sin-ack’s writings
- Building a high-performance database buffer pool in Zig using io_uring’s new fixed-buffer mode
- Zig-style generics are not well-suited for most languages
- Zig and WebAssembly are a match made in heaven
- [视频] Stay Together For The Kids - Andrew Kelley - Software You Can Love 2022
- [视频] Ziglibc: Sweeping out the rug from underneath C - Jonathan Marler - Software You Can Love 2022
- [音频] 005. 与 LemonHX 畅聊新一代编程语言 Zig – RustTalk
项目/工具
- Himujjal/zig-json5: A JSON5 parser/stringifier for Zig resembling the std.json API
- hexops/mach-examples: Mach core & engine examples
- sagemathinc/cowasm: CoWasm: Collaborative WebAssembly for Servers and Browsers. Built using Zig. Supports Python with extension modules, including numpy.
- loc 使用 mmap 后速度快了 2 倍
- 一个 Zig Hackers 的 Twitter 列表:Zig Hero
- A minimal RocksDB example with Zig