Given two string (or char[] or ubyte[]) objects, I want to compare them. The naive loop accesses the arrays byte-wise. How could I turn this into a word-wise compare for better performance?

Is a cast into size_t[] ok? Some Phobos helper functions?

Reply via email to