Open
Description
According to a profiling data from a large number of servers at Google, time.Time.Sub
is within the top 150 functions by CPU time. The current implementation of Sub
is not inlineable. The logic for Sub
is not particularly complicated and I believe it can be made to be inlined with some love.