On Fri, Nov 20, 2020 at 09:15:06AM +0800, Lu Kaiyi wrote:
[why] Avoid to execute some unnecessary operations and improve performance.
[how] Keep the value.size condition judgement to the front of block.
Keep => Move
I think it's obvious in your code, you may not need this [how].
Thanks, Yuanchao