You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey @davdroman !
I have some report on CustomKeyboardKit that there are some performance implications on my library if used with an extensive amount of TextFields. (See: paescebu/CustomKeyboardKit#19)
After some digging I realized that this comes probably from the overhead that is necessary to make introspection even possible. So I doubt that this can be really improved but I'm giving it a shot to ask if there are some ideas laying around.
Description
Hey @davdroman !
I have some report on CustomKeyboardKit that there are some performance implications on my library if used with an extensive amount of TextFields. (See: paescebu/CustomKeyboardKit#19)
After some digging I realized that this comes probably from the overhead that is necessary to make introspection even possible. So I doubt that this can be really improved but I'm giving it a shot to ask if there are some ideas laying around.
In short, the performance on this..
...is much worse than this:
Or do you have any idea how this can be worked around without using the introspection capability?
The text was updated successfully, but these errors were encountered: