Skip to content
This repository was archived by the owner on Jan 17, 2024. It is now read-only.

Remove excessive uses of asTypedList #4

Closed
sjindel-google opened this issue Sep 9, 2019 · 2 comments
Closed

Remove excessive uses of asTypedList #4

sjindel-google opened this issue Sep 9, 2019 · 2 comments
Assignees

Comments

@sjindel-google
Copy link
Contributor

sjindel-google commented Sep 9, 2019

Once Pointer.load/Pointer.store are optimized (dart-lang/sdk#38172) we can remove some excessive uses of Pointer.asTypedList.

@sjindel-google sjindel-google self-assigned this Sep 9, 2019
@Sunbreak
Copy link

Seems completed: https://github.com/dart-lang/ffi/blob/master/CHANGELOG.md#013-dev3

Replace use of deprecated asExternalTypedData with asTypedList.

@dcharkes dcharkes changed the title Remove excessive uses of asExternalTypedData Remove excessive uses of asTypedList Feb 24, 2021
@dcharkes
Copy link
Contributor

Both Pointer.load/store and asTypedList have been optimized. So there's no need to replace one with another anymore.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

No branches or pull requests

3 participants