pelotoncycle / bsort

Extremely fast inplace radix sort
Other
42 stars 17 forks source link

Flag to ignore n bytes at the beginning #9

Open nomeata opened 5 years ago

nomeata commented 5 years ago

I’d like to sort records by a fields that is not at the beginning of the record, i.e. the dual of having -r ≠ -k. Maybe -b for begin?

It should be simple, I assume: Just pass begin with n rather than 0 in the third argument to radixify.