rinf
rinf copied to clipboard
New improvements in Dart 3.5
Do you think that the package could benefit from the newest version of Dart which was released yesterday? Maybe this could help in copy protobuf performance?
Blog: https://medium.com/dartlang/dart-3-5-6ca36259fa2f
Dart native interoperability In Dart 3.5, we’ve made incremental improvements to support passing a pointer from Dart TypedData objects directly to FFI, avoiding having to first copy the memory from Dart to Native (details).
An interesting protobuf performance comment: https://github.com/dart-lang/sdk/issues/44589#issuecomment-1573894612