Update README.md

This commit is contained in:
Nathan Sweet 2013-11-12 21:58:48 +01:00
parent 4a6831a599
commit 85a0bd56c3

View File

@ -1,3 +1,5 @@
![](https://raw.github.com/wiki/EsotericSoftware/kryonet/images/logo.jpg)
## Overview
ReflectASM is a very small Java library that provides high performance reflection by using code generation. An access class is generated to set/get fields, call methods, or create a new instance. The access class uses bytecode rather than Java's reflection, so it is much faster. It can also access primitive fields via bytecode to avoid boxing.