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.
15 年之前
Lloyd Weehuizen
aa1d222245Add caching of element clipping on the element to remove property lookups during render.