ErosOlmi
20-04-2007, 23:03
Dictionary module emulates a Hash Table. More info can be found on Wikipedia at http://en.wikipedia.org/wiki/Hash_table
It implements an optimized algo able to store and retrieve any kind of data giving a string key name.
This module is still under heavy construction.
I will implement some examples asap. Stay tuned.
Eros
It implements an optimized algo able to store and retrieve any kind of data giving a string key name.
This module is still under heavy construction.
I will implement some examples asap. Stay tuned.
Eros