[pkg-go] Bug#901250: ITP: golang-github-modern-go-reflect2 -- reflect api without runtime reflect.Value cost
Martin Ferrari
tincho at debian.org
Sun Jun 10 16:23:14 BST 2018
Package: wnpp
Severity: wishlist
Owner: MartÃn Ferrari <tincho at debian.org>
* Package name : golang-github-modern-go-reflect2
Version : 1.0.0-1
Upstream Author : Modern Go Programming
* URL : https://github.com/modern-go/reflect2
* License : Apache-2.0
Programming Lang: Go
Description : Reflection API without runtime reflect.Value cost
This 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.
This is a dependency for the latest version of json-iterator.
More information about the Pkg-go-maintainers
mailing list