Hacker News new | ask | show | jobs
by dbartolini 3287 days ago
I do not use STL because I want consistent implementation across all supported platforms. Also, you have to care about memory management when you need performance or when working with memory constrained devices. The way STL deals with custom allocators makes no sense to me, hence my own implementation.

You can find demos in the `samples` folder. :)

1 comments

Show me a man who thinks STL allocators make complete sense, and I'll show you a man with some serious cognitive issues.