chaoyli commented on issue #2895: Import new ThreadPool framework
URL: https://github.com/apache/incubator-doris/pull/2895#issuecomment-585763911
 
 
   This patch imports many basis class.
   1. scoped_refptr
       scoped_refptr is used to replace std::shared_ptr,  is generally faster 
and smaller.
       And also we can manually increase or decrease reference counts when more 
control is required.
   2. MonoTime
       The MonoTime represents a particular point in time, relative to some 
fixed but unspecified reference point.
   3. MonoDelta
       The MonoDelta class represents an elapsed duration of time, the delta 
between two MonoTime instances.

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to