[Plugin] unordered_map
#3

Quote:
Originally Posted by AnGeL_KRAMER
View Post
WHAT? example where it really can come in handy will be?
unordered_map is one of hash table variants, you can read about this here. This is a special data structure for storing key pairs and their values. In essence, this is an associative array, in which the key is represented as a hash function. If you want examples, you can find them here. In the pawn, you can replace this large array, which is created to find the values.
Reply


Messages In This Thread
unordered_map - by ShapeGaz - 31.12.2017, 10:34
Re: unordered_map - by AnGeL_KRAMER - 31.12.2017, 10:40
Re: unordered_map - by ShapeGaz - 31.12.2017, 11:21
Re: unordered_map - by Yashas - 31.12.2017, 13:57
Re: unordered_map - by ShapeGaz - 31.12.2017, 14:59
Re: unordered_map - by chneubeul - 31.12.2017, 18:14
Re: unordered_map - by NaS - 31.12.2017, 18:48
Re: unordered_map - by ShapeGaz - 31.12.2017, 19:02
Re: unordered_map - by chneubeul - 31.12.2017, 19:17
Re: unordered_map - by ShapeGaz - 31.12.2017, 19:39

Forum Jump:


Users browsing this thread: 1 Guest(s)