Skip to content

Releases: firelink-data/evolution

v1.3.0

14 Oct 04:35
79097cc
Compare
Choose a tag to compare

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

v1.0.0

15 May 13:19
344fcc1
Compare
Choose a tag to compare

First official release 🔥⚡️

This is the first release of the mvp for evolution.

See the README for instructions on how to install, set everything up, and example usage.

TL;DR

Install the program using Cargo from crates.io with this command and try it out for yourself:

cargo install evolution

What's Changed

New Contributors

Full Changelog: https://github.com/firelink-data/evolution/commits/v1.0.0