[Перевод] Как я написал алгоритм сортировки, который быстрее std::sort. Часть 3
Источник: Habr
Автор: mr-pickles
Источник: Habr
Автор: mr-pickles
Хабр
Как я написал алгоритм сортировки, который быстрее std::sort. Часть 3
Публикуем третью часть перевода материала о быстром алгоритме сортировки. Вот, на всякий случай, ссылки на первую и вторую части. В тех материалах мы говорили о теории сортировки, об...
Design and Implementation of Highly Scalable Quantifiable Data Structures in C++ - CppCon 2021
Источник: CppCon
Источник: CppCon
YouTube
Design and Implementation of Highly Scalable Quantifiable Data Structures in C++ - CppCon 2021
https://cppcon.org/
https://github.com/CppCon/CppCon2021
---
Architectural imperatives due to the slowing of Moore's Law, the broad acceptance of relaxed semantics and the O(n!) worst case verification complexity of generating sequential histories motivate…
https://github.com/CppCon/CppCon2021
---
Architectural imperatives due to the slowing of Moore's Law, the broad acceptance of relaxed semantics and the O(n!) worst case verification complexity of generating sequential histories motivate…
What's New in Visual Studio: 64-bit IDE, C++20, WSL 2, & More - Marian Luparu & Sy Brand - CppCon 21
Источник: CppCon
Источник: CppCon
YouTube
What's New in Visual Studio: 64-bit IDE, C++20, WSL 2, & More - Marian Luparu & Sy Brand - CppCon 21
https://cppcon.org/
https://github.com/CppCon/CppCon2021
---
Visual Studio 2022 is almost here, bringing new and deeper experiences for C++ developers targeting any platform. Since last year we’ve been working hard on implementing C++20 and making the IDE…
https://github.com/CppCon/CppCon2021
---
Visual Studio 2022 is almost here, bringing new and deeper experiences for C++ developers targeting any platform. Since last year we’ve been working hard on implementing C++20 and making the IDE…
Как я проходил отбор на стажировку бекэнд — разработчиком (C++) в Яндекс по программе Deep Dive (в формате буткемпа)
Источник: Habr
Автор: mag25
Источник: Habr
Автор: mag25
Хабр
Как я проходил отбор на стажировку бекэнд — разработчиком (C++) в Яндекс по программе Deep Dive (в формате буткемпа)
Небольшое вступление Решил написать данный пост в поддержку начинающим соискателям и поделиться своими впечатлениями. Поскольку, к сожалению, подобных постов я не смог найти и это добавляло некоторое...
A Hash Map for Graph Processing Workloads & a Methodology for Transactional Data Structures - CppCon
Источник: CppCon
Источник: CppCon
YouTube
A Hash Map for Graph Processing Workloads & a Methodology for Transactional Data Structures - CppCon
https://cppcon.org/
https://github.com/CppCon/CppCon2020
---
Emerging byte-addressable Non-Volatile Memories (NVMs) provide higher densities and data persistence where process state can be recovered after crashes. Graph analytic applications such as search…
https://github.com/CppCon/CppCon2020
---
Emerging byte-addressable Non-Volatile Memories (NVMs) provide higher densities and data persistence where process state can be recovered after crashes. Graph analytic applications such as search…