v.0.13.0
Improve string allocation by changing the subscope key from String to ScopeKey which does not allocate new string for each sub-scope.
Includes changes:
- Define a custom Scope Key for reducing memory allocations #116
Improve string allocation by changing the subscope key from String to ScopeKey which does not allocate new string for each sub-scope.
Includes changes: