| commit | e5182c85326b86a4e305cc188a0f9ad1de9de5e9 | [log] [tgz] |
|---|---|---|
| author | Tao Wen <taowen@gmail.com> | Thu Mar 01 08:52:47 2018 |
| committer | Tao Wen <taowen@gmail.com> | Thu Mar 01 08:52:47 2018 |
| tree | e4071719e8b3ce7fbb0ad5db9659cf2f0edd4b51 | |
| parent | a6a3b92edf5e9011ece68f6ff17a0dc368adb449 [diff] |
mention TypeByName
reflect api that avoids runtime reflect.Value cost
reflect2.TypeByName works like Class.forName found in javajson-iterator use this package to save runtime dispatching cost. This package is designed for low level libraries to optimize reflection performance. General application should still use reflect standard library.