Here's some links: http://www.dartlang.org/performance/ http://www.dartlang.org/support/faq.html#compare-to-closure Not sure what this test is doing: http://jsperf.com/dart-versus-javascript
P.S. Sorry I haven't been too active lately. I've been under the weather since my trip a few weeks ago… Harbs On May 22, 2013, at 7:13 PM, Alex Harui wrote: > Possible. Can you point us to any links as to how Dart performance > compares to performance of code optimized by Google Closure Compiler? > > On 5/22/13 1:07 AM, "Alex Uhlmann" <acuhlm...@gmail.com> wrote: > >> >> What do people think of cross-compiling Flex (ActionScript) to Dart as an >> alternative to writing another JS compiler via FalconJS etc? Would that >> be any easier and could that gain from the performance optimisations done >> by i.e. dart2js? In future maybe one could mix and match "legacy" >> ActionScript with Dart code and all compile down to Dart run by either >> the DartVM or JS via dart2js? >> >> I've seen existing approaches to write Dart with Flash (StageXL) or >> Flex-like APIs (Dart Bootstrap Web Components PoC); however, missed to >> see any attempts or discussions around ActionScript to Dart to handle >> existing projects. >> >> Best, >> Alex >