Mercurial > hg > octave-lojdl
diff liboctave/ChangeLog @ 9370:4ff6f8efdda2
fix slow cellstr -> char matrix conversions
author | Jaroslav Hajek <highegg@gmail.com> |
---|---|
date | Mon, 22 Jun 2009 08:59:38 +0200 |
parents | 2ebf3ca62add |
children | 333b31ce3434 |
line wrap: on
line diff
--- a/liboctave/ChangeLog +++ b/liboctave/ChangeLog @@ -1,3 +1,8 @@ +2009-06-22 Jaroslav Hajek <highegg@gmail.com> + + * chMatrix.cc (charMatrix::charMatrix (const string_vector&)): + Optimize w.r.t. COW of std::string. + 2009-06-18 Jaroslav Hajek <highegg@gmail.com> * oct-sort.cc (lookup_impl<T, Comp>): New helper inline function.