Closed muktihari closed 3 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 100.00%. Comparing base (
091ed76
) to head (9d5b4a4
).
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
sync.Pool
now use max fields in the entire messages instead of 255. In the current Profilx.xlsx, the maximum fields is 156 (from session message), reducing approx.99 * unsafe.Sizeof(Field{})
memory usage per created pool object.ToMesg
now compare the invalid value of time without converting it to uint32 first. If the value valid, convert the value directly without usingdatetime.ToUint32
since under the hood it will do comparison.Benchmark: