timhh

joined 3 weeks ago
[–] [email protected] 24 points 3 weeks ago (4 children)

Well there are containers that store booleans in single bits (e.g. std::vector<bool> - which was famously a big mistake).

But in the general case you don't want that because it would be slower.

view more: ‹ prev next ›