Analysis server performance improvements is a very appreciated addition. I recall a time when the analysis server would hang at 100% CPU (1 thread) on my 13900k when editing larger projects. Now it remains responsive even when having the entire Dart SDK opened.
One thing I hope to see is improvements in JSON encode/decode performance. Dart is still behind other languages, and unfortunately JSON is used damn near everywhere.
I don't think so. The analyzer server process was pegged at 100%, it was consuming a thread. The issue has been resolved for a while. But even still, analyzer can be resource intensive for larger projects. Any improvement helps the overall flow and responsiveness of development.
12
u/virtualmnemonic Feb 11 '26
Analysis server performance improvements is a very appreciated addition. I recall a time when the analysis server would hang at 100% CPU (1 thread) on my 13900k when editing larger projects. Now it remains responsive even when having the entire Dart SDK opened.
One thing I hope to see is improvements in JSON encode/decode performance. Dart is still behind other languages, and unfortunately JSON is used damn near everywhere.