秋来冬风的博客

Go

Go1.25的新CSRF(跨站请求伪造)防御API | 构建更安全的互联网

介绍Go1.25新CSRF(跨站请求伪造)防御API的原理和特点,以及和其他方法的优劣,还有使用新API要注意的。

Measure the Speed Difference Between Http2 and Http3

HTTP/3 vs HTTP/2 performance test in real networks. Results show ~10% faster response with HTTP/3. Open-source tool in Go.

测量http2和http3的速度差异

通过自研工具实测 HTTP/2 与 HTTP/3 在本地及跨国网络下的性能差异。基于 QUIC 和 TLS 1.3 的 HTTP/3 在重连场景下平均延迟降低 10%,在高 RTT 环境中优势显著。详述测试方法、环境配置与结果分析。

Go1.25 is worth paying attention to

I have read the ongoing release notes for go1.25 and feel that this version is worth paying attention to.

Go1.25值得关注的

记录笔者阅读go1.25正在进行的发布说明,觉得这个版本值得关注的。

在go标准库外实现比go标准库更好的arena

记录我如何在go标准库外实现比go标准库更好的arena。

go语言tls1.3密码套件修改研究

记录研究如何让go标准库的tls1.3默认密码套件用AES256的

用原子指针+互斥锁实现仅写时加锁

记录我写arena的一个经验

go1.24rc1发布

介绍go1.24值得关注的

How does the metrics package record the number of non default behavior occurrences

英文版

metrics包如何记录非默认行为发生次数

记录研究metrics包怎么实现的

mmap_error

英文版

mmap错误

记录看go1.21提交记录发现被解决一个issue