Performance|Client|libdoomsday: Minor optimizations
Avoiding string construction and case conversions, and other repeatedchecks. Sector::plane() is very heavily called, so it was made inline.
View differences
Performance|Client|libdoomsday: Minor optimizations
Avoiding string construction and case conversions, and other repeated
checks. Sector::plane() is very heavily called, so it was made inline.