octave-maintainers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [major] struct array indexing in tip


From: John W. Eaton
Subject: Re: [major] struct array indexing in tip
Date: Fri, 23 Jan 2009 11:22:04 -0500

On 23-Jan-2009, Jaroslav Hajek wrote:

| The changesets are uploaded. octave_value_list is now implemented
| using Array<octave_value>, allowing data sharing,
| and shallow conversions to and from Cells. I've also dug for various
| unoptimized constructions of octave_value_lists using plain loops and
| replaced them by shallow copying and slicing where possible. Also,

This looks great.  Thanks for working on this.

| I've added const qualifiers to several temporary variables (Cells and
| octave_value_lists) that were unnecessarily forcing copies.

There are probably many more places in Octave that could benefit from
const, so if anyone wants to work on that, I'd be happy to have
changes.

jwe


reply via email to

[Prev in Thread] Current Thread [Next in Thread]