google / google/built_collection.dart

Effective storage with custom list implementations

Open
#211 2 comments 0 reactions 1 assignee Claimed by @davidmorgan View on GitHub
p3 / feature request
Dominant language
Dart
Stars
285
Forks
54
Avg merge
23m
Merged PRs (30d)
1

Description

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 = List Function();`

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.