[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Alpha release!




> I personally feel that STL is not necessary.  We should be able to
> short list the containers we need ( vector, map, pair, string ) and
> implement them ourselves.  If portability is an issue, we can keep
> the interface of STL.

I would turn that around. Let's start with STL, and if we _really_
need a better performance or less memory waste, rewrite some parts.
STL is finished now; our containers would still have to be written and
debugged. Having a working browser is more important than full
optimisation at the moment.

Kasper