I used FILE_FLAG_SEQUENTIAL_SCAN but it didn’t seem to speed up my sequential scanning
Источник: The Old New Thing
Источник: The Old New Thing
Microsoft News
I used FILE_FLAG_SEQUENTIAL_SCAN but it didn’t seem to speed up my sequential scanning
It triggers prefetching, but your usage pattern may mean that prefetch doesn't mean much.
Как устроена работа thread_local переменных: разбираемся и добавляем поддержку в учебную ОС
Источник: Habr
Автор: vda19999
Источник: Habr
Автор: vda19999
Хабр
Как устроена работа thread_local переменных: разбираемся и добавляем поддержку в учебную ОС
Эта статья написана по мотивам моей курсовой работы, основной смысл которой описан здесь . В процессе работы над ней мне понадобилось добавить в учебной ОС, над которой я работал, поддержку...
Graph Algorithms and Data Structures in C++20 - Phil Ratzloff & Andrew Lumsdaine - CppCon 2022
Источник: CppCon
Источник: CppCon
YouTube
Graph Algorithms and Data Structures in C++20 - Phil Ratzloff & Andrew Lumsdaine - CppCon 2022
https://cppcon.org/
---
Graph Algorithms and Data Structures in C++20 - Phil Ratzloff, Andrew Lumsdaine - CppCon 2022
https://github.com/CppCon/CppCon2022
The C++ Standard Library is a valuable collection of generic algorithms and data structures that…
---
Graph Algorithms and Data Structures in C++20 - Phil Ratzloff, Andrew Lumsdaine - CppCon 2022
https://github.com/CppCon/CppCon2022
The C++ Standard Library is a valuable collection of generic algorithms and data structures that…
Not even trying to cross an airtight hatchway: Calling a function in your own process by synthesizing a function pointer
Источник: The Old New Thing
Источник: The Old New Thing
The Old New Thing
Not even trying to cross an airtight hatchway: Calling a function in your own process by synthesizing a function pointer
You can already attack yourself in far more interesting ways.