Skip to content

TileByteStream: Removing more MT-unsafe mutable data from TileROD_Decoder.

Remove m_pRwChVec, m_cell2Double. Create these objects on the stack where needed. Change from a vector of pointers to a flat vector to remove most of the allocation/deallocation overhead (which is probably why they were members in the first place).

Merge request reports