junkdog / artemis-odb

A continuation of the popular Artemis ECS framework
BSD 2-Clause "Simplified" License
777 stars 112 forks source link

[FEATURE] Double up GWT reflection cache const cap. #641

Open DaanVanYperen opened 3 years ago

DaanVanYperen commented 3 years ago

Increases reflection 65535 constant cap by spreading reflection between two classes.

DaanVanYperen commented 3 years ago

I wonder if we can't just delegate to GDX reflection if we detect GDX on classpath.