NTuples

Intra-memory RDBMS / db-operations on NxN arrays
Download

NTuples Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Publisher Name:
  • Charles Morris
  • Publisher web site:
  • http://search.cpan.org/~cmorris/

NTuples Tags


NTuples Description

Intra-memory RDBMS / db-operations on NxN arrays NTuples is a Perl module that should be used to run fast db-operations in NxN tables. NTuples is designed to be run inside of programs with daemon-like behavior, you regain the time lost during load-time from the high associativity with the excellent query performance.SYNOPSIS use NTuples; $myassoc = new NTuples( ); $myassoc->new_format( ); $myassoc->new_data( ( , , , ) ); $myassoc->insert_data( ); #returns @row = $myassoc->select_row( 'username', 'ibl' ); #returns 'robin_c' $val = $myassoc->select_value( 'uid', '104', 'username' ); Requirements: · Perl


NTuples Related Software