TransmittableThreadLocal的get方法,每次都会调用addThisToHolder,调用频次高的场景下,性能开销会增加不少。 <img width="1732" height="1322" alt="Image" src="https://github.com/user-attachments/assets/ff7b533c-ec77-452d-98d7-27e78b543edf" /> <img width="1462" height="442" alt="Image" src="https://github.com/user-attachments/assets/795eaf81-a885-4dbc-860f-ee862f547b7d" />
TransmittableThreadLocal的get方法,每次都会调用addThisToHolder,调用频次高的场景下,性能开销会增加不少。