Boost logo

Boost-Build :

From: Rene Rivera (grafik.list_at_[hidden])
Date: 2005-10-05 01:19:49


Rene Rivera wrote:
[...]
> 10100 910 540 0.053465 20413007 2021
> print.text
[...]
> 1. Create a native buffer functionality for which the memory can be
> manually managed. This would allow some strings to move out of the cache
> and be allowed to be freed soon after they are no longer needed. The
> "print" functionality would make use of this. As so would any CAT like
> builtin. It might be possible to make header scanning also use this.
> This is not a real savings in memory use, just on lowering the impact on
> other string use.

Now that I've though about it a bit more and looked at code bit more; A
more useful feature would be to implement a native FILE object
interface. One that can both read and write to the files. This would
allow implementation of the RC files, which is what takes up room now,
without any need to hold on to the strings in memory. And without the
need to do the platform quoting for "echo" which is what multiples the
number of strings created in this case.

-- 
-- Grafik - Don't Assume Anything
-- Redshift Software, Inc. - http://redshift-software.com
-- rrivera/acm.org - grafik/redshift-software.com
-- 102708583/icq - grafikrobot/aim - Grafik/jabber.org
 

Boost-Build 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