Sign in to confirm you’re not a bot
This helps protect our community. Learn more
Visual C++ STL Code Review: GH-2158 (part 2), Extend memcpy, memmove, and memcmp optimizations
31Likes
2,391Views
2022Jun 23
In this video, we review GH-2158: https://github.com/microsoft/STL/pull..., titled “Extend memcpy, memmove and memcmp optimizations”, now on part 2. Part 1 of the code review can be found at    • Visual C++ STL Code Review: GH-2158, ...  . Microsoft’s Visual C++ Standard Library (MSVC STL) is now open-source and maintainers of the repository are frequently reviewing externally-contributed code changes. Every few weeks, maintainers review open pull requests (PRs) in a meeting with other members of the team, often including individuals from other MSVC-related teams. The purpose of these meetings is to provide insight into the STL’s reviewing process, encourage questions, and grow general knowledge about the STL codebase.

Follow along using the transcript.

Microsoft Visual Studio

334K subscribers