-
Notifications
You must be signed in to change notification settings - Fork 22
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
166 draft #121
Comments
Surprisingly Slow NaNs https://voithos.io/articles/surprisingly-slow-nans/ 代码存在0除0导致NAN NAN导致性能下降 isnan判定 DCHECK |
What's so hard about class types as non-type template parameters? https://brevzin.github.io/c++/2024/08/15/cnttp/ NTTP 支持类实例的困难原因 无法判定相等 operator template() 反射影响 |
Reflection-based JSON in C++ at Gigabytes per Second https://lemire.me/blog/2024/08/13/reflection-based-json-in-c-at-gigabytes-per-second/ |
Temporarily dropping a lock: The anti-lock pattern
https://devblogs.microsoft.com/oldnewthing/20240814-00/?p=110129
异步lock暂时解锁的组件。代码
The text was updated successfully, but these errors were encountered: