You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@kylin.apache.org by GitBox <gi...@apache.org> on 2019/02/16 13:14:23 UTC

[GitHub] SteNicholas commented on issue #436: KYLIN-3716 FastThreadLocal replaces ThreadLocal

SteNicholas commented on issue #436: KYLIN-3716 FastThreadLocal replaces ThreadLocal
URL: https://github.com/apache/kylin/pull/436#issuecomment-464346048
 
 
   @shaofengshi Yeah,it is possible to add the dependency on netty and then use netty's "FastThreadLocal" class in Kylin.I simplify FastThreadLocal by using InternalThreadLocal and avoid more dependency in Kylin.Therefore, there is two ways to improve ThreadLocal performance by different aspects.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services