carlvine500 commented on PR #12657: URL: https://github.com/apache/dubbo/pull/12657#issuecomment-1621239552
> 对性能不敏感的场景使用TTL框架是不错的选择. 我在增强skywalking的时候也测试过, 性能有一定的损失, 因为它里边把ThreadLocal的内容全部复制到子线程, 当使用ThreadLocal东西较多时, 时间和空间会增加这些消耗, 而使用bute-buddy 增强注解复制指定的内容 ,可以避免复制范围过大 . -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
