Results 1 to 2 of 2

Thread: Introduction to Dictionary module

  1. #1
    thinBasic author ErosOlmi's Avatar
    Join Date
    Sep 2004
    Location
    Milan - Italy
    Age
    57
    Posts
    8,777
    Rep Power
    10

    Introduction to Dictionary module

    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
    www.thinbasic.com | www.thinbasic.com/community/ | help.thinbasic.com
    Windows 10 Pro for Workstations 64bit - 32 GB - Intel(R) Xeon(R) W-10855M CPU @ 2.80GHz - NVIDIA Quadro RTX 3000

  2. #2

    Re: Introduction to Dictionary module

    Could, that can become handy. Hash tables are great to store temporary data inside and search for them.

Similar Threads

  1. Introduction to Eval module
    By ErosOlmi in forum Eval
    Replies: 1
    Last Post: 19-03-2007, 21:47

Members who have read this thread: 0

There are no members to list at the moment.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •