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?
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?