An improved benchmark with loops in Dart

This page summarizes the projects mentioned and recommended in the original post on reddit.com/r/dartlang

Our great sponsors
  • Appwrite - The Open Source Firebase alternative introduces iOS support
  • SonarQube - Static code analysis for 29 languages.
  • InfluxDB - Access the most powerful time series database as a service
  • sdk

    The Dart SDK, including the VM, dart2js, core libraries, and more.

    They do different work though. You need to perform optimizations to punch through iterable-iterator abstractions in for..in and those optimizations cost compile time. As https://github.com/dart-lang/sdk/issues/48433 describes we need a round of inlining followed by load forwarding followed by more inlining to fully erase iterator cost.

  • Appwrite

    Appwrite - The Open Source Firebase alternative introduces iOS support. Appwrite is an open source backend server that helps you build native iOS applications much faster with realtime APIs for authentication, databases, files storage, cloud functions and much more!

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts