
8 Apr
2010
8 Apr
'10
11:52 a.m.
For the bits part, what does the 'compressed' mean, what is the main difference between the array, vector and the normal ones?
Compressed is probably a poor choice of wording. It should have been "compact". Essentially, this means that the objects in the vector or array are encoded by the minimum bit-width (e.g., vector<bool>).
Is there any other existing integral special functions that mentioned in the second part? Where can I find them?
I'm not aware of any. Maybe Jeremiah can provide some additional references? Andrew Sutton andrew.n.sutton@gmail.com