Is `Vector{UInt8}(string)` the fastest way to convert String to bytes?

Thanks for all your help and suggestion! I got a faster string sorting algorithm (for 8 byte string only atm) implemented already! It’s as fast as R’s.

See WIP: faster string sort