lkxiaolou commented on issue #2930: One more time for heigher performance URL: https://github.com/apache/skywalking/pull/2930#issuecomment-504726884 @wu-sheng I'm pushed the code using an AtomicIntegerArray with 31 continuous integer instead of AtomicInteger to solve the false-sharing problem and it didn't use sun.unsafe directly. So I think it's a better solution, what's your opinion?
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
