Skip to content

Releases: houseabsolute/omegasort

v0.1.3

04 Nov 17:59
7c3e822
Compare
Choose a tag to compare
  • When sorting a file with repeated lines with a --locale, the sorting order was not always consistent, and the --unique flag could leave duplicates behind.
  • As of this release there are no longer binaries built for MIPS on Linux. These targets have been demoted to tier 3 support by the Rust compiler.

v0.1.2

04 Jun 17:15
7e194c1
Compare
Choose a tag to compare
  • Sorting is now done in parallel using rayon. This significantly speeds up sorting of large files. In my experiments, a c. 100MB file went from 12s to 8s. A c. 1GB file went from 2m40s to 1m40s.

v0.1.1

20 May 17:54
967b079
Compare
Choose a tag to compare

0.1.1 - 2023-05-20

  • Fixed the release orchestration so releases are only built with stable Rust.

0.1.0 - pulled

  • I rewrote it in Rust (RIIR).
  • Added the ability to preserve comments in files when sorting. Use the --comment-prefix option
    for this.
  • Fixed the handling of empty lines when running in --check mode. Fixes GH #3.