google / google/built_collection.dart
Effective storage with custom list implementations
Open
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
Assessment
This issue has not been assessed yet.