Closed VSadov closed 4 years ago
This change addresses the root cause for regressions described in #6.
Overall performance change will vary depending on scenario. It should significantly reduce allocations when TValue is a primitive that can be written atomically - int, long, etc..
TValue
int
long
Fixes: #6
This change addresses the root cause for regressions described in #6.
Overall performance change will vary depending on scenario. It should significantly reduce allocations when
TValue
is a primitive that can be written atomically -int
,long
, etc..Fixes: #6