04-07-2023, 11:31 PM
(04-07-2023, 11:18 PM)TempodiBasic Wrote: Hi MadSciJr
a very good development and demonstration of using String as storing data type and the speed of routine to manage this kind of database for making a dictionary.
here my results on my PC after running your code example:
as the screenshot shows, there is only 10^1 difference between String data storing and Hash table with string key.
Interesting results!
Thanks for sharing
Thanks for your kind reply!
I am just seeing the main menu, maybe you uploaded the wrong screen shot?
I wonder if there is a way to make it faster. Maybe my code is not as efficient as it could be.