CppCon 2017: Sergey Zubkov “From security to performance to GPU programming...”

preview_player
Показать описание
From security to performance to GPU programming: exploring modern allocators



Want to make fast linked lists? Want to store sensitive data in memory? Want to place std::unordered_map in thread-local memory? Shared memory? How about GPU memory? You can do that in today’s C++ with allocators, the secret components of every STL container. Allocators went through a quiet revolution in C++11 and a major expansion in C++17. What did that give us? We'll look at the allocators available today in C++17, boost, TBB, and other popular libraries, and demonstrate some of the amazing things that can be achieved by taking the step beyond the stack and the heap.
This talk is not about allocator implementation, but is a showcase of the things that can be done with off-the-shelf allocators available now and with C++17.

Sergey Zubkov: Morgan Stanley



*-----*
*-----*
Рекомендации по теме
Комментарии
Автор

These talks are so great super underrated materials I feel... Hope than one day I can attend one of these

MindGameArcade
Автор

Very nice. Before watching this talk I had the impression that third party allocators weren't as user friendly as they seem here.

daggawagga