by syvex on 6/4/14, 4:59 AM with 6 comments
Another bonus is faster hashing. If a string literal is given to istring, then the hash is computed at compile time! Other strings will have their hashes cached for later use. The istring is designed more or less after the python string in this regard.
It should also consume less memory than std::string and perform faster in all other areas.
by Nican on 6/4/14, 8:18 AM
[1] http://stackoverflow.com/questions/16123446/java-7-string-su...
[2] http://www.reddit.com/r/programming/comments/1qw73v/til_orac...
by thegeomaster on 6/4/14, 7:40 AM