sort(dictionary)

by Ricardo “Rudxain” Fernández Serrata

Version 1 (June 7, 2021)

Download (58 downloads)

Improved version of Patrick Corgan's flow. Sorts the entries of a dictionary by keys or values.

For performance, indexOf is only called once per iteration.

To avoid bugs, Array Set tmp_1 (at the value-sorter) is set to null instead of -1.

The dictionary is modified in-place by the key-sorter.

The value-sorter makes a reference copy from tmp_0 to D, which is faster and more memory-friendly than shallow and/or deep copy.

Conversion types are preserved.

Original: llamalab.com/automate/community/flows/28429

4.0 average rating from 2 reviews

5 stars
1
4 stars
0
3 stars
1
2 stars
0
1 star
0
Reports
0

Rate and review within the app in the Community section.