Hacker News new | ask | show | jobs
by jacobolus 5085 days ago
This test should also add strings where the least significant byte of each character is used a byte (i.e. '\x00' = 0 up through '\xff' = 0xff). For many operations, these end up being faster than arrays of numbers.
1 comments

But, the immutable nature of strings should slow down the whole conversion right? Correct me if I am wrong.