Boost logo

Boost-Build :

From: Vladimir Prus (ghost_at_[hidden])
Date: 2006-05-17 10:28:24


On Thursday 04 May 2006 21:48, Alex Besogonov wrote:
> Good <time-of-day>!
>
> I've ported variable expansion to C++ (well, almost, I still need to
> implement some modifiers, but it should not pose any problem).
>
> Now I'm starting to port rule engine, and I need to find (I'm too lazy
> to write them myself :) ):
> 1. A good intrusive single-linked list implementation with refcounted
> nodes. Currently I'm using boost::shared_ptr<std::list<jam_string> > and
> its performance is far from stellar.

I think that Boost.Jam::list.h is pretty good one ;-)

> 2. A good hash_map implementation. Currently I'm using stdext::hash_map
> on MSVC and std::map on other compilers. It would be better to have
> in-tree hash_map implementation.

I think that Boost.Jam::hash.h is pretty good one ;-)

I'd really want to keep dependencies to the minimum.

- Volodya

-- 
Vladimir Prus
http://vladimir_prus.blogspot.com
Boost.Build V2: http://boost.org/boost-build2

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