Hello
Today we did a little update to Ring lists implementation in Ring 1.27 so Ring VM can do Automatic HashTable usage when we Access List Items by String Index.
So, using aList["mykey"] will enable Ring VM to create an internal HashTable to use in finding the key if the aList items ["key",vValue] count is greater than 8.
This will provide performance improvements in programs that needs fast search (instead of using Sort() and BinarySearch() functions or using another extension written in C/C++)
Thanks for Bert, Ilir, Azzeddine & Celement for pointing to this issue and discussing it, your feedback are the reason behind this important improvement.
Greetings,
Mahmoud