BladeDISC icon indicating copy to clipboard operation
BladeDISC copied to clipboard

[WIP]refactor: use static init instead of call_once.

Open deeply opened this issue 3 years ago • 1 comments

Static var initialization is guaranteed to be called once by c++11 standard. Maybe we can remove some call_once usages for simplicity (and maybe small perf gain).

deeply avatar Sep 30 '22 08:09 deeply

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.


Shen Li seems not to be a GitHub user. You need a GitHub account to be able to sign the CLA. If you have already a GitHub account, please add the email address used for this commit to your account.
You have signed the CLA already but the status is still pending? Let us recheck it.

CLAassistant avatar Oct 31 '25 07:10 CLAassistant