Using hash map to store just 4 pointers is an overkill - especially that they can be directly indexed using "TickReason" value. Hash map replaced with simple array of 4 pointers.
Log in to post a comment.