BirdyF / rw_tcx

Dart package to read or write TCX files
Other
7 stars 3 forks source link

Use StringBuffer for writing: potential performance gain, XML files can be really long #6

Open MrCsabaToth opened 3 years ago

MrCsabaToth commented 3 years ago

XML files can be really long and are constructed from many tiny Strings. http://blog.sethladd.com/2012/01/strings-in-dart.html http://shailen.github.io/blog/2012/11/13/string-concatenation-in-dart/