rinf icon indicating copy to clipboard operation
rinf copied to clipboard

New improvements in Dart 3.5

Open ganeshrvel opened this issue 6 months ago • 3 comments

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

ganeshrvel avatar Aug 07 '24 02:08 ganeshrvel