文章: 2024

Golang 中避免 []bytes 和 string 转换开销的正确方法

本文写于 2024 年 5 月,基于 go version go1.22.3 linux/amd64 展开讨论。 一些事实(尤其是编译优化的条件)会随着时间发生改变。

更多 ...


2023 更新日志

其实每个年初都有写年度总结的冲动,但每年都因为拖延而不了了之。快元旦的时候 豆豆 就在群里催大家写总结,现在豆豆和小杰 已各自完成 [1] [2], 我也该动动笔了。

../_images/work.jpg

更多 ...


Implementing “nested inline markup” in reStructuredText and Sphinx

Sphinx is a famous documentation generator used by a lot of Open Source communities. It uses reStructuredText (hereafter referred to as rST) as markup language by default.

更多 ...