EsotericSoftware / reflectasm

High performance Java reflection
BSD 3-Clause "New" or "Revised" License
1.53k stars 222 forks source link

If a class has dozens or more properties, reflectasm performance is slower than java native performance #94

Open liuxuan-account opened 1 year ago

liuxuan-account commented 1 year ago

If a class has dozens or more properties, reflectasm performance is slower than java native performance

NathanSweet commented 1 year ago

I don't see why that would be. Are you measuring generation of the access class? Are you using method/field indices, not names?