Why are data classes so slow when instantiating th...
# announcements
r
Why are data classes so slow when instantiating them in intellij? My cursor locks up while typing
a
I find i have to leave intellij open for a day or so before it becomes snappy
r
so memory leaks
a
Might be caches building up?
r
probably, i think when you add a param to a data class it leaves behind a remnant of constructors.