04-07-2023, 11:18 PM
(This post was last modified: 04-08-2023, 04:05 PM by TempodiBasic.
Edit Reason: wrong image posted
)
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:
(sorry wrong image)
![[Image: immagine-2023-04-08-180514740.png]](https://i.ibb.co/t8K1FqT/immagine-2023-04-08-180514740.png)
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
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:
![[Image: immagine-2023-04-08-011300389.png]](https://i.ibb.co/XxrwXkH/immagine-2023-04-08-011300389.png)
![[Image: immagine-2023-04-08-180514740.png]](https://i.ibb.co/t8K1FqT/immagine-2023-04-08-180514740.png)
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