DG> Also, operations on a UTF-8 char* are quite unperformant, so we
DG> would pay in performance for that, most of the time.
Could you say what operations you are need to perform inside window
manager? I can't imagine now anything harder than replacing end of
string with '...' or concatenation.
You should do analysis first: what kind of operations your program
have to perform, and design your data structures then, not vice versa,
because you might be trying to optimize in wrong place (yes, we all,
as a software engineers, are pretty good known as being unable to
predict bottlenecks and performance characteristics of software).
-- JID: dottedmag_AT_jabber.dottedmag.netReceived on Mon May 29 2006 - 16:32:22 UTC
This archive was generated by hypermail 2.2.0 : Sun Jul 13 2008 - 16:07:16 UTC