dmsolr commented on issue #3021: Using ArryList instead of LinkedList URL: https://github.com/apache/skywalking/pull/3021#issuecomment-510466452 Hi @peng-yongsheng , We want to know the effect of large arrays on GC. Garbage collector need to check all elements of array every time. That will cost more CPU and make GC taking more time. But we are not sure how many it will cost. So we do this test.
---------------------------------------------------------------- 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
