Как я проходил отбор на стажировку бекэнд — разработчиком (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…
Speculation on the design decisions that led to the common ABI for C++ coroutines
Источник: The Old New Thing
Источник: The Old New Thing
The Old New Thing
Speculation on the design decisions that led to the common ABI for C++ coroutines - The Old New Thing
A little while ago, I discussed the common ABI for C++20 coroutine handles. Recall that the common ABI is struct coroutine_frame_abi { void (*resume)(coroutine_frame_abi*); void (*destroy)(coroutine_frame_abi*); }; and that in practice, the implementations…
Handling a Family of Hardware Devices with a Single Implementation - Ben Saks - CppCon 2021
Источник: CppCon
Источник: CppCon
YouTube
Handling a Family of Hardware Devices with a Single Implementation - Ben Saks - CppCon 2021
https://cppcon.org/
https://github.com/CppCon/CppCon2021
---
Embedded software typically uses memory-mapped registers to communicate with hardware. These registers are often finicky and demanding. Software that accesses a hardware register in the wrong…
https://github.com/CppCon/CppCon2021
---
Embedded software typically uses memory-mapped registers to communicate with hardware. These registers are often finicky and demanding. Software that accesses a hardware register in the wrong…
[Перевод] Как я написал алгоритм сортировки, который быстрее std::sort. Продолжение
Источник: Habr
Автор: mr-pickles
Источник: Habr
Автор: mr-pickles
Хабр
Как я написал алгоритм сортировки, который быстрее std::sort. Продолжение
Прим. Wunder Fund: не спешите минусовать эту публикацию — её перевода на Хабре ещё не было :)Это — продолжение моей предыдущей публикации (вот...