Back to Basics: Algorithmic Complexity - Amir Kirsh & Adam Segoli Schubert - CppCon 2021
Источник: CppCon
Источник: CppCon
YouTube
Back to Basics: Algorithmic Complexity - Amir Kirsh & Adam Segoli Schubert - CppCon 2021
https://cppcon.org/
https://github.com/CppCon/CppCon2020
---
When you're designing a program, how do you choose appropriate data structures and algorithms? How do you know when the proposed design is likely to be "too slow," without benchmarking the finished…
https://github.com/CppCon/CppCon2020
---
When you're designing a program, how do you choose appropriate data structures and algorithms? How do you know when the proposed design is likely to be "too slow," without benchmarking the finished…
The Foundation of C++ Atomics: The Knowledge You Need to Correctly Use C++ Atomics - Filipe Mulonde
Источник: CppCon
Источник: CppCon
YouTube
The Foundation of C++ Atomics: The Knowledge You Need to Correctly Use C++ Atomics - Filipe Mulonde
https://cppcon.org/
https://github.com/CppCon/CppCon2021
---
This talk covers all the knowledge you need about atomics to give you a good understanding of how they work under the hood and make sure your code is correct.
C++11 introduced std::atomic template…
https://github.com/CppCon/CppCon2021
---
This talk covers all the knowledge you need about atomics to give you a good understanding of how they work under the hood and make sure your code is correct.
C++11 introduced std::atomic template…
[Перевод] Как я написал алгоритм сортировки, который быстрее std::sort. Часть 2
Источник: Habr
Автор: mr-pickles
Источник: Habr
Автор: mr-pickles
Хабр
Как я написал алгоритм сортировки, который быстрее std::sort. Часть 2
Публикуем вторую часть перевода материала об очень быстром алгоритме сортировки — «Ska Sort». В первой части говорилось о временной сложности алгоритмов и о том, какие улучшения базового...
Typescripten: Generating Type-safe JavaScript Bindings for emscripten - Sebastian Theophil
Источник: CppCon
Источник: CppCon
YouTube
Typescripten: Generating Type-safe JavaScript Bindings for emscripten - Sebastian Theophil
https://cppcon.org/
https://github.com/CppCon/CppCon2021
---
WebAssembly has become a very popular target platform for C++ developers. Thanks to emscripten, porting native applications to WebAssembly is easy — as long as the application only uses the browser…
https://github.com/CppCon/CppCon2021
---
WebAssembly has become a very popular target platform for C++ developers. Thanks to emscripten, porting native applications to WebAssembly is easy — as long as the application only uses the browser…
Back To Basics: Undefined Behavior - Ansel Sermersheim & Barbara Geller - CppCon 2021
Источник: CppCon
Источник: CppCon
YouTube
Back To Basics: Undefined Behavior - Ansel Sermersheim & Barbara Geller - CppCon 2021
https://cppcon.org/
https://github.com/CppCon/CppCon2021
---
In this talk we will build a refined and improved definition of undefined behavior, to motivate and encourage C++ developers to write correct code. We will explain the terminology associated with…
https://github.com/CppCon/CppCon2021
---
In this talk we will build a refined and improved definition of undefined behavior, to motivate and encourage C++ developers to write correct code. We will explain the terminology associated with…