- Joined
- Feb 13, 2020
- Messages
- 2
Hello,
I am trying to implement a quad tree data structure in JASS, but am facing the problem that there is a max amount of struct instances for a map (like a bit more than 8000 if I remember well and if it has not evolved).
I was thinking about using nested hashtables instead of using user-defined structs. Does this make sense in your opinion ? Thanks if you take time to reply
I am trying to implement a quad tree data structure in JASS, but am facing the problem that there is a max amount of struct instances for a map (like a bit more than 8000 if I remember well and if it has not evolved).
I was thinking about using nested hashtables instead of using user-defined structs. Does this make sense in your opinion ? Thanks if you take time to reply