HashStore Readme file
What's included in the ZIP file
- The source code
- A HashStore.jar file.
- The unjarred classes in 'com' directory.
- A 'doc' directory containing javadoc documentation.
- A 'demo' directory containing examples
- A GPL agreement for the software.
- This file, which contains information about usage and known issues.
Commercial use
A license to use commercially without royalties for a commercial product can be bought
online.
Know issues
- All classes that are stored must implement the "Serializable" interface
- Large databases can result in a large structure of directories and files and
this can take a long time to delete in it's entirety
- Each object stored is stored as a single file and a single file often has a minimum
size. On Windows this is 1024 bytes.
- When using DuplicateDiskHashTable the duplicates for a chain and performance will
degrade for certain operations as the chain grows.
Technical support
Contact the author for further information.
Last updated 1st Jan 2004
Copyright Colin Mummery.