Reducing the overhead between ChatlineModelItem and MessageModelItem.
authorMarcus Eggenberger <egs@quassel-irc.org>
Tue, 13 Jan 2009 15:34:18 +0000 (16:34 +0100)
committerMarcus Eggenberger <egs@quassel-irc.org>
Tue, 13 Jan 2009 15:35:09 +0000 (16:35 +0100)
commited9a0a3e6d1af81cc07a54d4feebb8a01c451fb8
treea9ad42550fc8b0107401ea4a3216869479fe491c
parent1566f62849f9011656d9111b99f023d694bb8805
Reducing the overhead between ChatlineModelItem and MessageModelItem.
This concludes my work on restructuring the MessageModel to not be
such a malloc hog. Also it seems that performance can be further
increased by reducing virtual calls on the MessageModelItems.
src/client/messagemodel.cpp
src/client/messagemodel.h
src/qtui/chatlinemodelitem.cpp
src/qtui/chatlinemodelitem.h
src/uisupport/uistyle.cpp
src/uisupport/uistyle.h