Watch, Follow, &
Connect with Us

ID: 24825, Container and hash table for key/value pairs

by Peter Below Email: Anonymous


Provides a container for string key/value pairs with lookup via hashtable, a sample app showing the use, a generic hash table, plus unit tests. Win32 only, updated for D2009
Download Details
CDN Login Required to Download. (You will be redirected to the login page if you click on the Download Link)
To download this, you must have registered:
A free membership

For Delphi, Version 7.0  to 12.0 607 downloads
Copyright: No significant restrictions


Updated on Mon, 06 Oct 2008 02:14:33 GMT
Originally uploaded on Thu, 16 Aug 2007 02:55:34 GMT
SHA1 Hash: 074B9BE5C6C63ED9B8652D6D8A568FD0243FDF6B
MD5 Hash: 1BC8E75D3165E1D2E473E4AB56201071

    Explore the files in this upload

Description
The Delphi VCL is lacking a good container for large numbers of key/value pairs. This submission contains a suitable container with a lookup mechanism based on a generic hash table implementation. The latter can be used to store any kind of object that implements a specific interface (IHashable) to provide a key in string form. The key/value store container shows how to create a suitable wrapper class to store non-object data into such a hash table. The container can also store its content to a stream or file and reload it from such a source. The data format used can be modified by supplying a custom streamer to the container.

Server Response from: USSVS-BDN14