Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

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)?


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: