reinterpretcat / utymap

Highly customizable library for procedural world generation based on real map data
Apache License 2.0
964 stars 151 forks source link

Core: loadQuadKey call is not thread safe #47

Closed reinterpretcat closed 8 years ago

reinterpretcat commented 8 years ago

Looks like the problem is in StringTable implementation: need to change implementation to provide thread safe API. Ideally, without locking: just read all strings to memory.

reinterpretcat commented 8 years ago

Fixed with locks in 5bb8525b9d8702c5adf2149a3f525a51caf2835f. I would consider this as temporary solution