pub const Dart_PerformanceMode_Dart_PerformanceMode_Throughput: Dart_PerformanceMode;
Expand description

Optimize for high throughput, at the expense of latency and memory overhead by performing work in larger batches with more intervening growth.