View Single Post
  #24  
Old 04-18-2006, 12:50 PM
fathernitwit
Developer
 
Join Date: Jul 2004
Posts: 773
Default

Wind,

the 1000 foot picture of the dynamic struct stuff is that every packet is given an internal representation that the application logic uses. That packet is then sent to a structure strategy for the correct patch which is responsible for turning the internal representation into the correct EQ representation for that patch. Which basically boils down to an extra slightly-less-cache-friendly memcpy per packet. This is further helped by the fact that almost all packets currently work for both clients, so no translation at all is done on them, this advantage will slowly go away as clients drift further apart.