During the transfer of map data from the map loader plugin, keep track of unique sidedef references in O(n) time using an additional array (replaces previous O(n2) algorithm).
View differences
During the transfer of map data from the map loader plugin, keep track of unique sidedef references in O(n) time using an additional array (replaces previous O(n2) algorithm).