Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

<new>: SRWLOCK to protect the new handler instead of an indexed CRITICAL_SECTION #4407

Merged
merged 4 commits into from
Feb 27, 2024

Conversation

AlexGuteniev
Copy link
Contributor

Towards #3521

After finally making both constructor of std::mutex constexpr and its destructor trivial, it is should be fine to use usual mutexes everywhere!

...instead of an indexed `CRITICAL_SECTION`
@AlexGuteniev AlexGuteniev requested a review from a team as a code owner February 18, 2024 10:10
@StephanTLavavej StephanTLavavej added the performance Must go faster label Feb 18, 2024
@StephanTLavavej StephanTLavavej self-assigned this Feb 18, 2024
@StephanTLavavej StephanTLavavej removed their assignment Feb 22, 2024
@StephanTLavavej StephanTLavavej self-assigned this Feb 23, 2024
@StephanTLavavej
Copy link
Member

I'm mirroring this to the MSVC-internal repo - please notify me if any further changes are pushed.

@StephanTLavavej StephanTLavavej merged commit 88fe449 into microsoft:main Feb 27, 2024
35 checks passed
@StephanTLavavej
Copy link
Member

Thanks for noticing and improving the performance here! 🦅 👁️ 🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
performance Must go faster
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

2 participants