|
|
|
|
|
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. :) |
|