What's the state of this issue? <https://youtrack....
# javascript
e
What's the state of this issue? https://youtrack.jetbrains.com/issue/KT-24784 I haven't benchmarked myself, so can't speak on it. Did anyone notice performance issues?
I've seen @Artem Kobzar has done a great deal of changes since 2022 regarding runtime type checks, at least by looking at the commit history. Maybe that issue was simply forgotten
Seen mentioned performance issues with
Long
It would be nice to know what types or operations to avoid in the current state.
a
The issue is open because it is too general, there is still stuff to be improved. The interface type-checks have been completely redesigned and should be much faster now (think 100x)
e
@anton.bannykh thanks! I've published some benchmarks that were originally made for 1.3.72 in #serialization, and I can see that there have been improvements