Hacker News new | ask | show | jobs
by quotemstr 2348 days ago
High performance relative to what? In the highest performance code, you will always want your own data structures, ones specialized for your particular use case. Generic facilities will never be quite as good. A general purpose language must support this kind of specialization.