kfgodel / diamond

A java project to extend reflection and make it easy to use
Apache License 2.0
0 stars 0 forks source link

Improve performance for type hash and equals #214

Closed kfgodel closed 9 years ago

kfgodel commented 9 years ago

Using it in other project shows that performance is bad at those points

kfgodel commented 9 years ago

Hash is cached now, and equals is implemented with a token that improves comparison times