Skip to content

Transparently divides a DB_File hash into multiple smaller files

License

Notifications You must be signed in to change notification settings

JerilynFranz/perl-Tie-DB_File-SplitHash

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tie::DB_File::SplitHash

 Designed for support of file size limitted OSes. Transparently splits 
 a DB_File database into as many distinct files as desired. Distributes
 hash entries between the files using a randomization algorithm. 
 Has the effect of allowing DB_File hashes to grow to the full size 
 of the partition. Requires 'Digest::SHA1' and 'DB_File' to be installed.

To install:

perl Makefile.PL
make
make test
make install

Alternatively, if you have Module::Build installed,

perl Build.PL
./Build
./Build test
./Build install

Type 'perldoc Tie::DB_File::SplitHash' after installation for the documentation. 

Copyright 1999-2020, Jerilyn Franz and FreeRun Technologies, Inc. All Rights Reserved.

About

Transparently divides a DB_File hash into multiple smaller files

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages