Source Code Online Home Categories Top Code New Code Submit Code
Search
Subject Directory
 ASP
 ASP.NET
 C/C++
 CFML
 CGI/PERL
 Delphi
 Flash
 HTML
 Java
 JavaScript
 Pascal
 PHP
 Python
 SQL
 Visual Basic & VB.NET
 XML
New Code
TeeChart for Java 2012
PDF Renderer SDK 2.20.458
WebSpellChecker.net application Linux 3.7
WebSpellChecker.net application 3.7
VISCOM Video Converter SDK ActiveX 3.05
VISCOM Image to Video Converter ActiveX 7.05
VISCOM Video BroadCast ActiveX SDK 2.38
VISCOM TWAIN Scanner SDK ActiveX 4.31
VISCOM Sound Volume ActiveX OCX SDK 3.08
VISCOM Free PowerPoint Viewer ActiveX 1.52
VISCOM Outlook Express ActiveX OCX SDK 2.46
Hex Comparison 5.1124
VISCOM TIFF Viewer ActiveX SDK 9.5
VISCOM Image Viewer CP Pro ActiveX SDK 9.5
VISCOM Media Player Gold ActiveX 2.54
Top Code
BeholderBoard Virtual Chess-set 1.5
Free Inventory System Source Code 1.0.75
PHP Login Script with Remember Me Feature
Point of Sale Software 1.0
PHP Inventory 1.2
Free Enrollment System 1.0
Billing System 1.0.1
Enrollment System 1.0
Internet Cafe Monitoring Source Code v1.0
Jquery lightbox effect / image overlay effect script 1.0
Source Code to Flowchart
1-code Free Affiliate Code Generator 1.I
SAS Hotel Management System 1.0
Creating ASP.NET Pages with your Favorite Language
i-Net Online Bus,Train,Flight Booking Script 1.6.3
Top Rated
MiniSiteScript - Easy Amazon Affiliate Site Builder 1.0
iAuto Bikes Classified Software 5.5
iLister Classified Script 5.5
iAuto: SEO-Friendly Auto Classifieds Script 5.5
Jquery lightbox effect / image overlay effect script 1.0
Code Line Counter Pro - VB Version 4.0
CZ-Doc2htm 4.0
Vacation Packages Script 1.0
ShixxNOTE 6.net
XFileSharing Pro 1.9
Paid Classified Php Script with built in Members Area 1.1
Precisly vision 2.1.9
Job Listing Script 2.0
iweb Classified pro 3.0.5
PCL Works 32-bit 11.6
Details

HashedList 1.0

by Dimka Maslov





The HshdList unit is a realization of hashed lists also called as hash-arrays or associated arrays for Borland Delphi.

A hashed list is an array of items where each item can be idenified by the unique name. (Not by the integer number). Hashing is used to increase the speed to access items in list. Prior to including an item into a list the hashsum (MD5 in this example) of a name is calculated. And new item is placed into a list to keep the order of hashsums.

Searching an item by specified name compares only sorted hashsums, not unsorted string names. To customize list it is need to code one class descentant and create an instance of list specifying the name of items class only!

License: Freeware

Downloads: 130

User Rating:5 Stars  (1 rating)
Submit Rating:
Download HashedList 1.0  Report Error Link
User Review for HashedList
- required fields
     

Please enter text on the image