Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r60049 - sandbox/statistics/detail/assign/libs/assign/doc
From: erwann.rogard_at_[hidden]
Date: 2010-03-01 13:43:54


Author: e_r
Date: 2010-03-01 13:43:54 EST (Mon, 01 Mar 2010)
New Revision: 60049
URL: http://svn.boost.org/trac/boost/changeset/60049

Log:
m
Text files modified:
   sandbox/statistics/detail/assign/libs/assign/doc/speed2.txt | 17 ++++++++++-------
   1 files changed, 10 insertions(+), 7 deletions(-)

Modified: sandbox/statistics/detail/assign/libs/assign/doc/speed2.txt
==============================================================================
--- sandbox/statistics/detail/assign/libs/assign/doc/speed2.txt (original)
+++ sandbox/statistics/detail/assign/libs/assign/doc/speed2.txt 2010-03-01 13:43:54 EST (Mon, 01 Mar 2010)
@@ -40,10 +40,10 @@
 
 cref_list_of<>(90) => 6.97 s
 
-Warning for both compilers tested under Win7-32 below:
-1- a virtual machine was used so absolute time are overestimated. Relative times
-between different functions, however, may be somewhat more reliable.
-2- list_of was excluded as it would take too much time.
+Warning :
+For both compilers tested under Win7-32 below: A virtual machine was used so
+absolute times are overestimated. Relative times between different functions,
+however, may be somewhat more reliable.
 
 Win7-32 V6.1.7100 Dev-C++ 5.0 beta 9.2 - Mingw/GCC 3.4.2
 
@@ -53,6 +53,8 @@
 
 cref_list_of<>(1) => 0.37 s
 
+list_of(1) => s
+
 
 cref_list_of(3) => 2.73 s
 
@@ -84,9 +86,10 @@
 
 Win7-32 V6.1.7100 - Visual Studio 2010 - Release mode -
 
-Warning : The greater time of cref_list_of vs cref_list_of<> with this
-particular compiler, was confirmed separately under a fully Windows OS, albeit
-not as drastic (x30, on average).
+Warning :
+The greater time of cref_list_of vs cref_list_of<> with this particular
+compiler, was confirmed separately under a fully Windows OS, albeit not as
+drastic (x30, on average).
 
 cref_list_of(1) => 0.72 s
 


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk