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
SQL Digger 2.5
PHP AdminPanel 3.0.3
ApPHP 6.0.4
Flash Event Calendar 2.0
ASP.NET Barcode Prof. 6.0
Text Menu FX 1.0
Pyramid Gallery FX 1.0
DWB Image Gallery 2.17
Accordion FX 1.0
Dock Menu FX 1.0
3D Carousel Menu FX 1.0
Excel to PDF .Net 1.0.0
BPArtGallery - Art Gallery Site Script 1.0
Short URL Service Script 1.0
BPDomains - domains marketplace script 1.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
Making a PHP Login Form
Internet Cafe Monitoring Source Code v1.0
PHP Login Script with Remember Me Feature
Simple Login/Registration Using Flash with PHP and mySQL
Enterprise TimeSheet and Payroll 1.I
PC Cheat -
Habanero 2.0.1b
FREE Robust Internet Download Manager
Inventory Management 1.00
Top Rated
ApPHP 6.0.4
File SyncForce Pro 4.0
Blade API Monitor 3.5.2.2
WebGrid DataGrid 3.1.6
AJ Help Desk Software 1.0
ES File Upload & Download Manager 2.7
XML Banner Rotator 0 AS3 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
File Sharing Search Engine 1.0
Flash News Article Script 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: 53

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