Skip to content

Releases: saxbophone/tr-sort

2-size array fix

16 Jan 11:46
e9c8a5a
Compare
Choose a tag to compare

The code wasn't applying the 2-size array shortcut mini-optimisation before due to a missing return, now fixed.

Extreme values and infinities sorting

03 Apr 06:51
v0.2.0
6806b2c
Compare
Choose a tag to compare

Changes:

  • tr-sort can now sort data containing extreme values and infinities correctly

Partially optimised

09 May 01:42
v0.1.1
48e4cee
Compare
Choose a tag to compare

Reintroduced some partial small-array optimisation

Initial working version

09 May 01:28
v0.1.0
1b97863
Compare
Choose a tag to compare

The code in this version is exactly the same as the original prototype, except without the small array size optimisation part, which doesn't work currently.