Skip to content

Implement array builder #701

Description

@harendra-kumar

Array builder would basically utilize mutable arrays (see #660). We can allocate the required space in advance and keep snocing elements to the array. We can possibly have a similar interface as in Consable builder/Monoid builder (see #700)? Or can this be absorbed by the mutable array module itself?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Labels

Type

No type

Projects

No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions