This site's content was compiled from 1993 to 2006. Beyond that, Google is your friend.

STORE_TABLE

Maintainer

Tower Technology Corporation

Description

Serialization is a powerful mechanism that can be used as a simple persistence mechanism for Eiffel objects, although it may not scale well.

STORE_TABLE combines serialization with a hash table to create a simple scalable persistent store.

Status

Unmaintained.

Categories

Versions

Links

Details

The following classes are included:

STORE_TABLE
An abstract persistent hash table.
NATIVE_STORE_TABLE
A concrete descendent of STORE_TABLE that uses native binary serialization.
TEXT_STORE_TABLE
A concrete descendent of STORE_TABLE that uses portable text-based serialization.
STORE_TEST
A simple test driver program for the STORE_TABLE classes.

Further information about this package is included in Rock Howard's article in the June 1997 issue of the Journal for Object Oriented Programming (JOOP).

You may use this code in any way that you wish under the condition that you leave the copyright notice on the files.

Supported compilers

Licensing

Google
 
Web eiffelzone.com