DINS C++ EVENING: принципы разработки высокопроизводительных сетевых приложений и типовые проблемы Threadpool и Numa
Источник: Habr
Автор: avoshal
Источник: Habr
Автор: avoshal
Хабр
DINS C++ EVENING: принципы разработки высокопроизводительных сетевых приложений и типовые проблемы Threadpool и Numa
Андрей Новохатько из DINS расскажет, как устроены современные NIC, в чем заключаются основные идеи DPDK фреймворка и как это можно использовать для оптимизации своих высоконагруженных...
How we used C++20 to eliminate an entire class of runtime bugs--Cameron DaCamara
Источник: isocpp.org (Standard C++)
Источник: isocpp.org (Standard C++)
The mystery of the crash that seems to be on a std::move operation--Raymond Chen
Источник: isocpp.org (Standard C++)
Источник: isocpp.org (Standard C++)
Fixing the crash that seems to be on a std::move operation--Raymond Chen
Источник: isocpp.org (Standard C++)
Источник: isocpp.org (Standard C++)
Kitware Enhances AI Infrastructure for Scientific Applications Under Department of Energy Grant
Источник: Kitware Blog
Источник: Kitware Blog
Kitware Inc
Kitware Enhances AI Infrastructure for Scientific Applications Under Department of Energy Grant
Kitware’s Data and Analytics Team is building an open source software platform called OASIS, Open source AI Software Infrastructure for Science, for researchers in the scientific domain. OASIS prov…
How can I recognize file systems that don’t support 64-bit unique file identifiers?
Источник: The Old New Thing
Источник: The Old New Thing
The Old New Thing
How can I recognize file systems that don't support 64-bit unique file identifiers?
A customer observed that their attempt to find out whether two handles refer to the same file was not working because some remote file systems report zero for the volume serial number and unique file identifiers, regardless of what file you asked for.