Hacker News new | ask | show | jobs
by infinite8s 3227 days ago
Boost multiindex provides this capability in C++, although not to the level you desire (worrying about cache alignment, etc)
1 comments

I mean I'm not worrying about it at that level, just that it's something relevant to the idea of layout. C++'s templates are a powerful language feature for doing layout optimization however, and it's sort of the thing to beat in power.