Changes between Version 8 and Version 9 of April 2011 Meeting/Threading
- Timestamp:
- Apr 27, 2011, 3:56:12 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
April 2011 Meeting/Threading
v8 v9 46 46 Why not a templated cross-shared String? 47 47 * Problem with performance! 48 * There is some mitigation already (semi efficient implementation for long String that avoid copying) 48 * There is some mitigation already (semi efficient implementation for long String that avoid copying) -- (gbarra pointed out afterwards that this is broken at the moment. It was broken by the change to allocate the string buffer in one chunk with the StringImpl. He has some good ideas about how to fix this.) 49 49 50 50 Why not develop a push API for GraphicsContext?