diff src/ChangeLog @ 10804:3d5c6b84ddaf

speed-up fixes to dlmread
author Jaroslav Hajek <highegg@gmail.com>
date Tue, 20 Jul 2010 12:50:54 +0200
parents a40e32927b3a
children b988a45b6005
line wrap: on
line diff
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,10 @@
+2010-07-20  Jaroslav Hajek  <highegg@gmail.com>
+
+	* DLD-FUNCTIONS/dlmread.cc (Fdlmread): Use octave_idx_type instead of
+	unsigned long. Over-allocate by a factor 2 to reduce copying.
+	Attempt to estimate number of columns from first line.
+	Hoist tmp_stream out of the loop and reset it for each substring.
+
 2010-07-17  Rik <octave@nomad.inbox5.com>
 
 	* data.cc (repelems): Add more documentation about new function.