PDL::Io::FastRaw

PDL::Io::FastRaw is a simple, fast and convenient io format for PerlDL.
Download

PDL::Io::FastRaw Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Tuomas J. Lukka
  • Publisher web site:
  • http://search.cpan.org/~lukka/WeakRef-0.01/WeakRef.pm

PDL::Io::FastRaw Tags


PDL::Io::FastRaw Description

PDL::Io::FastRaw is a simple, fast and convenient io format for PerlDL. PDL::Io::FastRaw is a simple, fast and convenient io format for PerlDL.SYNOPSIS use PDL; use PDL::Io::FastRaw; writefraw($pdl,"fname"); $pdl2 = readfraw("fname"); $pdl3 = mapfraw("fname"); $pdl3 = createmapfraw("fname",@dims);This is a very simple and fast io format for PerlDL. The disk data consists of two files, a header metadata file in ASCII and a binary file consisting simply of consecutive bytes, shorts or whatever.It is hoped that this will not only make for a simple PerlDL module for saving and retrieving these files but also make it easy for other programs to use these files.The format for the header is simply < typeid > < ndims > < dim0 > < dim1 > ...These files are NOT interchangeable over network since the binary file is simply dumped from the memory region of the piddle. This is also what makes the approach efficient. Requirements: · Perl


PDL::Io::FastRaw Related Software