[Pidgin] #4816: Oscar protocol performance improvement(s)

Pidgin trac at pidgin.im
Wed Mar 16 03:18:18 EDT 2011


#4816: Oscar protocol performance improvement(s)
-------------------------------------+--------------------------------------
 Reporter:  oliver                   |        Owner:  MarkDoliner
     Type:  patch                    |       Status:  new        
Milestone:  Patches Needing Review   |    Component:  AIM        
  Version:  2.3.1                    |   Resolution:             
 Keywords:  oscar performance patch  |  
-------------------------------------+--------------------------------------

Comment(by MarkDoliner):

 I think it probably does make sense to keep a sorted list of the items,
 mostly so that aim_ssi_sync() sends changes to the server in a sorted
 order.  So that means we either need to keep the linked list, or we should
 replace the linked list and gid+bid hash table with a GTree.  I think the
 hash table will get used enough to justify the memory overhead, so I'm
 gonna keep the hash table.

-- 
Ticket URL: <http://developer.pidgin.im/ticket/4816#comment:17>
Pidgin <http://pidgin.im>
Pidgin


More information about the Tracker mailing list