Posted in

Go泛型约束类型别名(type MySlice[T any] []T)在2023年5月go vet中触发误报?官方确认为false positive并锁定修复版本

第一章:Go泛型约束类型别名误报 … Go泛型约束类型别名(type MySlice[T any] []T)在2023年5月go vet中触发误报?官方确认为false positive并锁定修复版本Read more

Posted in

Go的type alias不是语法糖!实测type MyInt = int与type MyInt int在go:generate、go:embed、以及plugin加载时的5种行为分裂

第一章:Go type alia … Go的type alias不是语法糖!实测type MyInt = int与type MyInt int在go:generate、go:embed、以及plugin加载时的5种行为分裂Read more

Posted in

为什么Go的interface{}在游戏脚本中是性能杀手?——对比any、type alias、code generation三种零成本抽象方案实测结果

第一章:为什么Go的interf … 为什么Go的interface{}在游戏脚本中是性能杀手?——对比any、type alias、code generation三种零成本抽象方案实测结果Read more