Performance|libdoomsday: Optimized checking of DEDRegister size
When a map is being loaded, the size of a DEDRegister is checked numerous times. These changes remove the big performance bottleneck of looking up the "order" variable repeatedly from a QMap.
Performance|libdoomsday: Optimized checking of DEDRegister size
When a map is being loaded, the size of a DEDRegister is checked
numerous times. These changes remove the big performance bottleneck
of looking up the "order" variable repeatedly from a QMap.