Skip to content

1.1.0

Compare
Choose a tag to compare
@vbfox vbfox released this 17 Aug 22:37
· 33 commits to master since this release

Make it a dotnet core tool
Optimize interned strings equality and GetHashCode.
This can be dangerous if the type is extended and a new constructor is added that doesn't
do interning but the performance gains in access to dictionary and hashtables are worth it.