v2.4.0
-
Optimize
ushort,short,uint,int,ulongandlongparsing (#117)
Especially noticeable when usingReadAllGroupsOfLines<T>where T is one of those types -
Optimize
ReadAllGroupsOfLinesandReadAllGroupsOfLines<T>(#117):
As a result of both changes:
ReadAllGroupsOfLines()is now ~100% faster with ~50% less allocationsReadAllGroupsOfLines<T>()is now ~400% faster with ~66% less allocations
Full Changelog: v2.3.0...v2.4.0