pelotoncycle / bsort

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

Implement `-b` (key_start) fixes #9 #10

Open nomeata opened 5 years ago

nomeata commented 5 years ago

When using this on a large file, the Shellsort does not seem to work always (e.g. I have records in the wrong order that only differ in the key past the first 4 bytes), but from staring at the code I don't see why that would break :confused:

nomeata commented 5 years ago

Ok, now it seems to work fine. Merge if you like it!