dart-native / dart_native

Write iOS&macOS&Android Code using Dart. This package liberates you from redundant glue code and low performance of Flutter Channel.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Using UTF-16 to handle encoding between String and NSString.

yulingtianxia opened this issue · comments

Someone said that UTF-16 encoding is faster for Dart.

Benchmark (ms, run 10000 times):
String <-> utf8 <-> NSString: 650-700
String <-> utf16 <-> NSString: 417-508