|
Boost-Build : |
From: Alex Besogonov (cyberax_at_[hidden])
Date: 2006-05-04 13:48:03
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.
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.
-- With respect, Alex Besogonov (cyberax_at_[hidden])
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