|
|
|
|
|
by pclmulqdq
238 days ago
|
|
The awk script is probably the fastest way to do this still, and it's faster if you use gawk or something similar rather than default awk. Most people also don't need ordering, so you can get away with only the awk part and you don't need the sort. |
|