Mercurial > hg > octave-nkf
diff NEWS @ 9128:c71fe7045aa0
small NEWS update
author | Jaroslav Hajek <highegg@gmail.com> |
---|---|
date | Fri, 17 Apr 2009 11:47:02 +0200 |
parents | 22ae6b3411a7 |
children | 1500d0197484 |
line wrap: on
line diff
--- a/NEWS +++ b/NEWS @@ -197,6 +197,9 @@ a copy would be made, such as certain array slicing operations or conversions between cells, structs and cs-lists. This usually reduces both time and memory consumption. + Also, Octave will now attempt to detect and optimize usage of a vector + as a stack, when elements are being repeatedly inserted at/removed from + the end of the vector. ** Improved performance for reduction operations.