What is the purpose of the Map module in BlitzMax? What would you typically use this for?
I know what a hash table/dictionary is and that a good hash function is fast but I can't understand what such a key/value Map would be used for in game programming.
I know what a hash table/dictionary is and that a good hash function is fast but I can't understand what such a key/value Map would be used for in game programming.