Skip to content

Releases: macie/sortof

sortof 2024.09

08 Sep 14:21
8a2a17b
Compare
Choose a tag to compare

With new version you can:

  • properly cancel slowsort (68d5df7)
  • get the right exit code for seccomp initialization errors (4d57843) and rare I/O problems (c429c3b)
  • save some memory. Ok, it's 16 bytes less, but it still counts! (0746882)

Full Changelog

sortof 2023.12

05 Dec 13:49
9051bb6
Compare
Choose a tag to compare

This release of CLI introduces new major changes:

  • new algorithm: miraclesort
  • application-level sandboxing on Linux (with seccomp) and OpenBSD (with pledge).

Full Changelog

sortof 2023.11

07 Nov 09:19
3b0507b
Compare
Choose a tag to compare

This is first public release of sortof CLI utility. It allows to sort lines of file in ascending order with algorithms: bogosort, slowsort and stalinsort.

Full Changelog