OpenMeridian / Meridian59

The MMORPG Meridian 59 - Server 103
openmeridian.org
Other
143 stars 75 forks source link

Remove union/structs from timer_node. #1353

Closed skittles1 closed 8 years ago

skittles1 commented 8 years ago

Due to automatic padding for memory alignment, it is safer to copy this way.

Will do some more benchmarking to determine if there is a faster solution (new timer code does a lot of swaps) but this is still significantly faster than the linked-list implementation.