Rewrite SendWrapper
with lighter thread Id
#252
Labels
performance
Performance related (regression/optimization)
SendWrapper
with lighter thread Id
#252
Current
SendWrapper
usesstd::thread::Thread
, involving cloning anArc
and instantly drop it, which causes overhead. We may rewrite it with a lighter number-only thread id.The text was updated successfully, but these errors were encountered: