Boost logo

Boost :

From: Dietmar Kuehl (dietmar_kuehl_at_[hidden])
Date: 2000-03-07 10:45:02


Hi,

> Also, the
> string table is smaller since, at minimum, fewer null terminations
> are needed.

This is a too simple analysis! The compiler is free to remove duplicate
strings. Thus, if "\n" is used it takes only three uses to start being
smaller! ... with a corresponding compiler/linker which removes
duplicate strings. For most applications such stuff is unlikely to
matter. However, I can image that on some embedded systems things are
different...
__________________________________________________
Do You Yahoo!?
Talk to your friends online with Yahoo! Messenger.
http://im.yahoo.com


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk