use djb's string hash function for both strings and unicode.
this keeps us from having to utf8 decode unicode objects (into BoxedStrings) whenever we want to hash them.
Showing
Please register or sign in to comment
this keeps us from having to utf8 decode unicode objects (into BoxedStrings) whenever we want to hash them.