android icon indicating copy to clipboard operation
android copied to clipboard

very slow interface constructor

Open farfromrefug opened this issue 5 years ago • 0 comments

While profiling my apps i can see that some very simple interface can take a really long time to be "created" For example a very simple interface not extending anything and with one simple method takes 227ms to be created/call Screen Shot 2020-04-13 at 11 50 13 Here is the source of that interface

First is i wonder why it takes so much times. Then if it can't be solved is there a faster way? Extending seems to be real slow too.

farfromrefug avatar Apr 13 '20 09:04 farfromrefug