Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
16s
on June 3, 2011
|
parent
|
context
|
favorite
| on:
Google paper comparing performance of C++, Java, S...
What is this InlinedVector<> they speak of in C++ tuning? Is that a Google specific container or is it in the std library (or some other library)?
jongraehl
on June 4, 2011
[–]
It probably holds small vectors directly inside the sizeof(InlinedVector<X>()) bytes, instead of indirecting. I think it's a pretty common technique.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search: