Forwarded from DART π― FLUTTER (π
΅π
ΎοΈπ)
#dart #flutter #benchmark #note #performance #bytes
Performance benchmark of different ways to append data to a list in dart.
https://gist.github.com/PlugFox/9849994d1f229967ef5dc408cb6b7647
  
  Performance benchmark of different ways to append data to a list in dart.
BytesBuilder vs AddAll vs Spread vs Concatenationhttps://gist.github.com/PlugFox/9849994d1f229967ef5dc408cb6b7647
Gist
  
  Performance benchmark of different ways to append data to a list in dart, BytesBuilder vs AddAll vs Spread vs Concatenation
  Performance benchmark of different ways to append data to a list in dart, BytesBuilder vs AddAll vs Spread vs Concatenation - main.dart
β€15