From: Bo Peng (ben.bob_at_[hidden])
Date: 2005-04-23 11:17:55


> if nothing is even going to change in the container, do you know the
> number of items at compile time? If so, you could perhaps use boost::array.
>

Items will (only) be added, removed and searched. Order of items does
not matter so any container should work, as long as it does not move
items around once they are added.

Bo