Maybe a list/array of pairs would be better, and then cast it to a hash if you need to do fast lookups.
On Sep 30, 2017 12:41 PM, "Parrot Raiser" <1parr...@gmail.com> wrote: > Prepending the real key value with an order indicator, then sorting > the retrieved list on the key would achieve that, (though the maximum > number size would have to be known in advance. > > E.g. 001First_key => data1, 002Second => data2 >