Skip to content

v2.4.0

Choose a tag to compare

@eduherminio eduherminio released this 05 Dec 21:21
· 102 commits to main since this release
  • Optimize ushort, short, uint, int, ulong and long parsing (#117)
    Especially noticeable when using ReadAllGroupsOfLines<T> where T is one of those types

  • Optimize ReadAllGroupsOfLines and ReadAllGroupsOfLines<T> (#117):

As a result of both changes:

  • ReadAllGroupsOfLines() is now ~100% faster with ~50% less allocations
  • ReadAllGroupsOfLines<T>() is now ~400% faster with ~66% less allocations

Full Changelog: v2.3.0...v2.4.0