Skip to content

Funcky.Lexer 2.0.0 released

Compare
Choose a tag to compare
@FreeApophis FreeApophis released this 19 Mar 09:04
5f53359

We found a performance problem in Version 1 which could only be fixed with a different design. The performance improvement depends on the size of the input, but is very significant.

What's Changed

  • Update to net 8
  • Performance improved by a factor of 500. (Refernce: An example CSV file with 40'000 lines) and removed ILinePositionCalculator interface and everything related. (The cost of the abstraction was too high.)

Full Changelog: v1.0.0...v2.0.0