|
|
|
|
|
by chrisaycock
5136 days ago
|
|
Not necessarily specific to Folly, but I've wondered why vector classes don't have a "short vector optimization" like string classes do. That is, why don't they store 24 bytes or so in place? Is it because the required iterators would take-up too much space anyway? |
|
We might unify that with fbvector eventually.