The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Search results for "module:Tie::Array::Sorted"

Tie::Array::Sorted - An array which is kept sorted River stage zero No dependents

This presents an ordinary array, but is kept sorted. All pushes and unshifts cause the elements in question to be inserted in the appropriate location to maintain order. Direct stores ("$a[10] = "wibble"") effectively splice out the original value an...

TMTM/Tie-Array-Sorted-1.41 - 07 Aug 2006 14:56:53 UTC

Tie::Array::Sorted::Lazy - An array which is kept sorted River stage zero No dependents

This is a version Tie::Array::Sorted optimised for arrays which are stored to more often than fetching. In this case the array is resorted on retrieval, rather than insertion. (It only re-sorts if data has been modified since the last sort). tie @a, ...

TMTM/Tie-Array-Sorted-1.41 - 07 Aug 2006 14:56:53 UTC

Tie::CacheHash - Maintains sorted lists of top entries River stage zero No dependents

Of course you can get the "top 100" entries of any perl hash: @top_keys = (sort my_sort_func keys %my_hash)[0..99]; But if your hash has more than a few thousand entries, that sort operation may take several seconds. And if you have tens of thousands...

JAMCC/Tie-CacheHash-0.50 - 10 Mar 2000 22:52:46 UTC

Tie::Hash::Array - a hash which is internally implemented as a sorted array River stage zero No dependents

Hashes tied to this class will interally be stored as an array alternately containing keys and values, with its keys sorted in standard string comparison order, that is, as "cmp" does. While the main purpose of this module is serving as a base class ...

FANY/Tie-Hash-Array-0.1 - 01 Jan 2008 15:28:34 UTC

Tie::Hash::Sorted - Presents hashes in sorted order River stage zero No dependents

This module presents hashes in sorted order....

JGATCOMB/Tie-Hash-Sorted-0.10 - 11 Sep 2003 20:42:11 UTC

Tie::Judy - Perl extension for using a Judy array instead of a hash. River stage zero No dependents

EXPORT No exports....

BHOLZMAN/Tie-Judy-0.05 - 06 Mar 2009 21:09:32 UTC

SPOPS::Tie - Simple class implementing tied hash with some goodies River stage one • 2 direct dependents • 2 total dependents

Stores data for a SPOPS object, and also some accompanying materials such as whether the object has been changed and any temporary variables. Checking Changed State You can check whether the data have changed since the last fetch by either calling th...

CWINTERS/SPOPS-0.87 - 02 Jun 2004 01:03:25 UTC

Tie::Eudora - encode/decode emails, read/write emails in Eudora mailbox files River stage zero No dependents

The "Tie::Eudora" program module provides a File Handle Tie package for reading and writing of Eudora mailbox files. The "Tie::Eudora" package handles each email in Eudora mailbox files as a record. Each record is read and written not as a scalar tex...

SOFTDIA/Tie-Eudora-0.01 - 29 May 2004 14:28:25 UTC

Tie::CArray - Space-efficient, typed, external C Arrays (Alpha) River stage one • 1 direct dependent • 1 total dependent

Several XS classes and methods to deal with typed, space-efficient C arrays are provided. Range checked and tieable. There are hand-optimized, fast XS versions for the three basic C-types array of *INT*, *DOUBLE* and *STRING* and some sequential aggr...

RURBAN/Tie-CArray-0.15 - 22 Feb 2010 22:41:10 UTC

QDBM_File - Tied access to Quick Database Manager River stage zero No dependents

QDBM_File is a module which allows Perl programs to make use of the facilities provided by the qdbm library. If you use this module, you should read the qdbm manual pages. Quick Database Manager is a high performance dbm library maintained by Mikio H...

YAMATO/QDBM_File-1.12 - 25 Apr 2009 03:16:31 UTC

Tie::Array::Packed - store arrays in memory efficiently as packed strings River stage one • 1 direct dependent • 1 total dependent

This module provides an implementation for tied arrays that uses as storage a Perl scalar where all the values are packed as if the "pack" builtin had been used. All the values on a Tie::Array::Packed array are of the same value (integers, shorts, do...

SALVA/Tie-Array-Packed-0.13 - 10 Dec 2013 13:29:24 UTC

Tie::Hash::Attribute - Just another HTML attribute generator. River stage one • 1 direct dependent • 4 total dependents

This module will translate nested hash keys and values into HTML tag attributes that can have ther values automatically rotated. Hash values can be scalars, arrays, hashes or hashes of hashes. To emit values as an HTML attribute string, fetch the key...

JEFFA/Tie-Hash-Attribute-1.06 - 27 Jan 2024 19:24:40 UTC

Tie::Quicksort::Lazy - a lazy quicksort with tiearray interface River stage zero No dependents

A pure-perl lazy, stable, quicksort. The only defined way to access the resulting tied array is with "shift". Sorting is deferred until an item is required. Stability is maintained by choosing a pivot element randomly and treating equal elements diff...

DAVIDNICO/Tie-Quicksort-Lazy-0.04 - 25 May 2009 03:07:32 UTC

VCS::CMSynergy::Project - convenience methods for VCS::CMSynergy::Objects of type "project" River stage zero No dependents

RSCHUPP/VCS-CMSynergy-1.52 - 23 Jan 2020 09:43:42 UTC

Tie::FieldVals::Select - an array tie for a subset of Tie::FieldVals data River stage zero No dependents

This is a Tie object to map a SUBSET of the records in a Tie::FieldVals data file into an array. It is a sub-class of Tie::FieldVals. This is useful as a separate object because one can do things to it without affecting the underlying file, unlike wi...

RUBYKAT/Tie-FieldVals-0.6203 - 01 Jan 2016 02:35:15 UTC

Tie::Hash::Abbrev::BibRefs - match bibliographic references to the original titles River stage zero No dependents

This module is an attempt to ease the mapping of often abbreviated bibliographical references to the original titles. To achieve this, it simplyfies the title according to parameterizable rules and stores it as a *normalized key*. When accessing the ...

FANY/Tie-Hash-Abbrev-BibRefs-0.02 - 13 Sep 2003 19:51:40 UTC
16 results (0.046 seconds)