This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: TR library extensions


Pétur Runólfsson wrote:

I don't think all of it needs to be written from scratch. Many
of the Boost components can probably be imported from Boost, except
that everything needs to be uglified. The unordered_* containers
can probably be based on the current hash_* containers.

Pétur, I had the VERY SAME thought!

In particular, about your first point, the reason why I didn't post
something is that I was unsure about the Boost license, I understand
from your message that is already GPL... Great!

About your second point, I spent a few days about one week comparing
our SGI/HP code to Matt proposal. Indeed, the differences seem not so
big, will post something soon. The most important being the (controversial!)
"bucket interface" and the missing maximum load factor control.

Paolo.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]