Skip to content

v1.3.0

Latest
Compare
Choose a tag to compare
@wilhelmagren wilhelmagren released this 14 Oct 04:35
79097cc

Minor release

This minor release contains a complete overhaul of the evolution project, and should most likely have been its own major release... Nonetheless, what has changed on a high level?

  • New modular structure, all components are their own crates, allowing anyone to build their own highly slimmed and effective CLI for their specific needs.
  • Performance improvements all across the board! Some previously bad O(n) code on the buffer has been removed, significantly improving conversion-times.

What is there to do next? Get rid of the I/O bottleneck for writing the parsed chunks to disk. This is were the CPU is most idle right now and needs to be addressed.

What's Changed

Full Changelog: v1.0.0...v1.3.0