On 22-Apr-2002 Marco Fonseca wrote: > Just got 65.0alpha1 compiled. I noticed its 432k striped, which is more > than double of 62.1 striped 208k. I'm curious where all this comes > from? STL? > > MarcoF
$ ls -al src/blackbox -rwxr-xr-x 1 shaleh users 319184 Apr 21 23:46 src/blackbox $ ls -al /usr/bin/blackbox -rwxr-xr-x 1 root root 166492 Jan 30 22:23 /usr/bin/blackbox with 2.95.4 and CXXFLAGS="-O2 -fno-rtti -fno-exceptions -fno-check-new" which is how I compile my Debian packages. Using 3.0.4 I get $ ls -al src/blackbox -rwxr-xr-x 1 shaleh users 307456 Apr 21 23:57 src/blackbox So yes, the binary is roughly double in size. I do not believe the actual memory usage has gone up as much. And by my profiling tests most operations perform faster.
