rickyma commented on PR #1763: URL: https://github.com/apache/incubator-uniffle/pull/1763#issuecomment-2147025810
After https://github.com/apache/incubator-uniffle/pull/1759, I don't know if we still need this, do we? If the length of the linked list is controllable and any excess elements are flushed away, then there won't be an extremely long linked list. In this case, there is no need to use a SkipList to optimize the list. The main advantage of SkipList is to improve the performance when dealing with a large amount of data, but it occupies more space. -- 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]
