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 PHP 1.0
Ebay Like Auctions 1.0
Mainmedia TIFF Merge Split ActiveX Component 1.15
Mainmedia Text & Image Overlay Directshow Filter 1.10
File SyncForce Pro 4.0
Mainmedia Screen Capture Directshow 1.0
Mainmedia Quick Time Source Directshow Filter 2.17
Mainmedia iPod Encoder Directshow Filter 1.10
Mainmedia Image Converter Pro ActiveX Component 1.09
MainMedia Image Converter ActiveX Component 1.10
Site Translator Pro 3.4.7
.NET PDF Component for C#,VB,ASP.NET 2.0
.NET SMTP Component for C#,VB,ASP.NET 3.0
VISCOM Video Edit ActiveX Control 2.63
LJScripts Advanced Traffic Exchange Script Package 2.0
Top Code
Point of Sale Software 1.0
Free Inventory System Source Code 1.0.75
School Management System 2.2.0
Texas Rankem 1.0
PHP AJAX DataGrid 1.0
Time and Attendance 1.0
Internet Cafe Monitoring Source Code v1.0
Making a PHP Login Form
PHP Login Script with Remember Me Feature
Simple Login/Registration Using Flash with PHP and mySQL
VB Decompiler Lite 2009
Habanero 2.0.1b
Enterprise TimeSheet and Payroll 1.I
PC Cheat -
Inventory Management 1.00
Top Rated
WebGrid DataGrid 3.1.6
ES File Upload & Download Manager 2.7
VevoCart 3.0
XML Banner Rotator 0 AS3 1.0
BPowerHouse - Products BPGames - Game Directory Site 1.0
ActivePresenter 1.1
The Pacer Edition beta
Inout Adserver 2.1
FlyCharts Flash Chart Component 2.10
PHP Authorization 1.0
Equipment Renting Bookings Database ASP.NET Script 1.0
Declaring Static and Dynamic Arrays 1.0
File Sharing Search Engine 1.0
Flash News Article Script 1.0
Macronimous - The need for PHP code refactoring 1.0
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: 52

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

Someone gave "Excellent" rating to source code 06 October, 2009 09:43
- required fields
     

Please enter text on the image