Posted in

Go时间序列处理性能瓶颈突破:用unsafe.Slice替代time.ParseInLocation实现300%吞吐提升(已落地支付对账系统)

第一章:Go时间序列处理性能瓶颈 … Go时间序列处理性能瓶颈突破:用unsafe.Slice替代time.ParseInLocation实现300%吞吐提升(已落地支付对账系统)Read more

Posted in

【Go文本处理反模式警示录】:12个被Go标准库文档掩盖的“看似正确实则危险”的写法(含strings.Title、time.ParseInLocation等)

第一章:Go文本处理反模式的根源 … 【Go文本处理反模式警示录】:12个被Go标准库文档掩盖的“看似正确实则危险”的写法(含strings.Title、time.ParseInLocation等)Read more

Posted in

Go time.ParseInLocation解析panic:时区数据库版本不一致引发的跨平台时间错乱(Linux/macOS/Windows差异对照表)

第一章:Go time.Pars … Go time.ParseInLocation解析panic:时区数据库版本不一致引发的跨平台时间错乱(Linux/macOS/Windows差异对照表)Read more

Posted in

time.ParseInLocation的第7个参数被忽略了?Go 1.23新增的ParseOptions API如何解决遗留系统的时区迁移难题

第一章:time.ParseIn … time.ParseInLocation的第7个参数被忽略了?Go 1.23新增的ParseOptions API如何解决遗留系统的时区迁移难题Read more