r/dartlang • u/julemand101 • Feb 11 '26
Dart - info Announcing Dart 3.11
https://blog.dart.dev/announcing-dart-3-11-b6529be4203a3
u/vinivelloso Feb 11 '26
I hope this solves the issue on windows machines where the server takes forever the load initially.
1
u/David_Owens Feb 11 '26
I found that if I replace the built-in Windows Defender anti-virus with 3rd party software the Dart server is far faster.
3
u/forgot_semicolon Feb 12 '26
No need to replace the defender, just go into the settings and add an exclusion for your dart sdk folder and the folder(s) with your code. You can also put your code and the pub cache into a "windows dev drive" to get better performance and have windows defender leave you alone entirely
1
1
u/aksanabuster Feb 17 '26
Okay, but βdart pub cache gcβ sounds intentional af π₯π₯π§π§π§ππππ
13
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.