Skip to content

v.0.13.0

Compare
Choose a tag to compare
@SokolAndrey SokolAndrey released this 13 Feb 19:42
· 11 commits to master since this release
fa530e2

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