Thanks Alex for the feedback,
I'll work on a ComplexList class that implements the List interface and is
backed by a single double array in interleaved format.
I'll have something ready to look at by tomorrow.
Thanks,
Sumanth
On Tue, 2 Aug 2022 at 03:52, Alex Herbert wrote:
> On Mon, 1 Aug 20
rodde,
We are volunteers here, each with limited time and various interests, as
such, it is not unusual for requests to take some time to percolate
through. You'll also have noticed that Collections is already quite large
and complex, so that IMO adding more classes must be done carefully, and
tha
On Mon, 1 Aug 2022 at 17:38, Sumanth Rajkumar
wrote:
> Hi,
>
> > I think that Alex's suggestion still holds: Better focus on one
> > task at a time. Are the "list" and "matrix" features related?
>
> OK, Will focus on list features first and focus on extending all existing
> methods on the Comple