[ 源代码: golang-github-modern-go-reflect2 ]
软件包:golang-github-modern-go-reflect2-dev(1.0.0-1)
golang-github-modern-go-reflect2-dev 的相关链接
Debian 的资源:
下载源码包 golang-github-modern-go-reflect2:
- [golang-github-modern-go-reflect2_1.0.0-1.dsc]
- [golang-github-modern-go-reflect2_1.0.0.orig.tar.gz]
- [golang-github-modern-go-reflect2_1.0.0-1.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [github.com]
相似软件包:
Reflection API without runtime reflect.Value cost
The reflect2 package provides a reflection API that avoids runtime reflect.Value cost:
* reflect get/set interface{}, with type checking * reflect get/set unsafe.Pointer, without type checking * reflect2.TypeByName works like Class.forName found in Java
This package is designed for low level libraries to optimize reflection performance. General applications should still use the standard library reflect.
其他与 golang-github-modern-go-reflect2-dev 有关的软件包
|
|
|
|
-
- dep: golang-github-modern-go-concurrent-dev
- Modern-go concurrency utilities