PDA

View Full Version : Introduction to Dictionary module



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

Michael Hartlef
22-04-2007, 09:22
Could, that can become handy. Hash tables are great to store temporary data inside and search for them.