changeset 9128:c71fe7045aa0

small NEWS update
author Jaroslav Hajek <highegg@gmail.com>
date Fri, 17 Apr 2009 11:47:02 +0200
parents 5ec4dc52c131
children 17a3df1d992b
files NEWS
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/NEWS	Fri Apr 17 11:07:00 2009 +0200
+++ b/NEWS	Fri Apr 17 11:47:02 2009 +0200
@@ -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.