Skip to content

Effective storage with custom list implementations #211

Open
@dlux-google

Description

@dlux-google

It would be great to have BuiltList to support a custom backing store for specialied lists, like the ones in dart:typed_data.

I'm thinking of passing a factory function to ListBuilder that creates the backing store before copying the values over. Something like typedef CreateListFunction<E> = List<E> Function();

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions