- Joined
- Aug 1, 2013
- Messages
- 4,658
Hi all.
I am wondering how big the operation limit is and how fast it fills up.
I am working on my Event System but it is currently written in a hashtable and I want to change that into arrays.
To make everything easy and very efficient, I want to initialize all events inside the hashtable and then convert everything to arrays.
Now the problem is that I will be looping very much times and there are a lot of actions in it.
I am wondering how big the operation limit is and how fast it fills up.
I am working on my Event System but it is currently written in a hashtable and I want to change that into arrays.
To make everything easy and very efficient, I want to initialize all events inside the hashtable and then convert everything to arrays.
Now the problem is that I will be looping very much times and there are a lot of actions in it.