0ea2cf4c41Optimize some of the string class operators
13 anni fa
Lloyd Weehuizen
57047fe69eReworked String to remove shared memory pools and just include hashes directly on the object. This makes the String class thread-safe, but still keeps it around double the speed of std::string for comparison operations.