Gzip::BinarySearch

Binary search a sorted, gzipped flatfile database
Download

Gzip::BinarySearch Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Publisher Name:
  • Richard Harris
  • Publisher web site:
  • http://luaforge.net/users/r_e_h/

Gzip::BinarySearch Tags


Gzip::BinarySearch Description

Binary search a sorted, gzipped flatfile database Gzip::BinarySearch is a Perl module that can binary search gzipped databases, such as TSVs, without decompressing the entire file. You need only declare how the file is sorted.SYNOPSIS use Gzip::BinarySearch qw(tsv_column); my $db = Gzip::BinarySearch->new( file => 'file.gz', key_func => tsv_column(2), ); print $db->find($key); print for $db->find_all($key); Requirements: · Perl


Gzip::BinarySearch Related Software