geektutu / blog

极客兔兔的博客,Coding Coding 创建有趣的开源项目。
https://geektutu.com
Apache License 2.0
166 stars 21 forks source link

Go Reflect 提高反射性能 | Go 语言高性能编程 | 极客兔兔 #111

Open geektutu opened 3 years ago

geektutu commented 3 years ago

https://geektutu.com/post/hpg-reflect.html

Go 语言/golang 高性能编程,Go 语言进阶教程,Go 语言高性能编程(high performance go)。本文介绍了反射的使用场景,并测试了反射的性能,以及某些场景下的替代方式。